Install Cypress Error - Ionic Vue

Hello everyone.

I’m trying to start a new Ionic project using Vue. But I got an error when the installation process trying to install Cypress.

Installing Cypress (version: 6.2.0)

⠴ Downloading Cypress 100% 0s
Unzipping Cypress
Finishing Installation
internal/child_process.js:366
throw errnoException(err, ‘spawn’);
^

Error: spawn EIO
at ChildProcess.spawn (internal/child_process.js:366:11)
at Object.spawn (child_process.js:551:9)
at unzipWithUnzipTool (/home/marcelo/dev/Repos/Ionic/myApp/node_modules/cypress/lib/tasks/unzip.js:105:25)
at yauzl.open (/home/marcelo/dev/Repos/Ionic/myApp/node_modules/cypress/lib/tasks/unzip.js:176:20)
at /home/marcelo/dev/Repos/Ionic/myApp/node_modules/yauzl/index.js:37:7
at /home/marcelo/dev/Repos/Ionic/myApp/node_modules/yauzl/index.js:141:16
at /home/marcelo/dev/Repos/Ionic/myApp/node_modules/yauzl/index.js:631:5
at /home/marcelo/dev/Repos/Ionic/myApp/node_modules/fd-slicer/index.js:32:7
at FSReqWrap.wrapper [as oncomplete] (fs.js:467:17)

The CLI creates the project’s folder even with this error, but when I try to run ‘ionic serve’, I get the following error:

Error: spawn EIO

at ChildProcess.spawn (internal/child_process.js:366:11)
at Object.spawn (child_process.js:551:9)
at spawn (/home/marcelo/.nvm/versions/node/v10.18.1/lib/node_modules/@ionic/cli/node_modules/cross-spawn/index.js:12:24)
at spawn
(/home/marcelo/.nvm/versions/node/v10.18.1/lib/node_modules/@ionic/cli/node_modules/@ionic/utils-subprocess/dist/index.js:170:12)
at Subprocess.spawn
(/home/marcelo/.nvm/versions/node/v10.18.1/lib/node_modules/@ionic/cli/node_modules/@ionic/utils-subprocess/dist/index.js:143:16)
at Shell.spawn (/home/marcelo/.nvm/versions/node/v10.18.1/lib/node_modules/@ionic/cli/lib/shell.js:153:24)

Could you guys help me on this?

Thank you.