Я установил nodejs и npm на windows 10. Чем я пытался установить Cypress через npm install cypress --save-dev
и получаю следующую ошибку:
> node index.js --exec install
The command "node" is either misspelled or
could not be found.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! cypress@3.8.2 postinstall: `node index.js --exec install`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the cypress@3.8.2 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\U\AppData\Roaming\npm-cache\_logs\2020-01-21T11_05_01_566Z-debug.log
После этого я добавил путь %USERPROFILE%\AppData\Local\Temp
в переменные окружения моей системы. Но я снова получаю это сообщение об ошибке. Как я могу решить эту проблему?