Boa tarde! Estou tendo o seguinte erro ao tentar instalar o cypress:
$ npm i cypress --save--include=dev
npm ERR! code ECONNRESET
npm ERR! syscall read
npm ERR! errno ECONNRESET
npm ERR! network request to https://registry.npmjs.org/cypress failed, reason: read ECONNRESET
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\RCIBELL\AppData\Local\npm-cache\_logs\2022-08-30T17_51_19_680Z-debug-0.log
Vi que uma outra pessoa no forum estava tendo um problema semelhante que foi resolvido ao instalar o node.js na mesma versão do curso, no entanto ao entrar na página https://nodejs.org/en/download/releases/ e ir na versão https://nodejs.org/download/release/v16.13.1/ tem várias opções para selecionar. Cliquei no arquivo zip node-v16.13.1-win-x64.zip e ao baixar tentei executar o aplicativo, mas só aparece isso: