You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error when running command ->>> npm install cypress --save-dev
npm ERR! path C:\Windows\system32\cmd.exe;BrowserServers\\chromedriver.exe
npm ERR! errno ENOENT
npm ERR! [email protected] postinstall: `node index.js --exec install`
npm ERR! spawn C:\Windows\system32\cmd.exe;BrowserServers\\chromedriver.exe ENOENT
npm ERR!
npm ERR! Failed at the [email protected] 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\Admin\AppData\Roaming\npm-cache\_logs\2020-08-07T12_33_09_219Z-debug.log
Desired behavior:
Cypress should be installed
Test code to reproduce
Versions
Windows 7 - 64 bit
The text was updated successfully, but these errors were encountered:
Can you post the DEBUG logs at C:\Users\Admin\AppData\Roaming\npm-cache\_logs\2020-08-07T12_33_09_219Z-debug.log?
Could you run the install in debug mode mode and print the entire set of logs here?
Current behavior:
Error when running command ->>>
npm install cypress --save-dev
Desired behavior:
Cypress should be installed
Test code to reproduce
Versions
Windows 7 - 64 bit
The text was updated successfully, but these errors were encountered: