I am starting with Cypress but Not sure it supports Win64 or not? I am using Win 10, 64bit with node v6.11.0 and npm 3.10.10
See original GitHub issue`C:\Users\tvishnoi\AppData\Roaming\npm\node_modules\cypress-cli\lib\utils.coffee:57 throw new Error(“Platform: '” + p + “’ is not supported.”); ^
Error: Platform: ‘win32’ is not supported. at Object.getDefaultAppFolder (C:\Users\tvishnoi\AppData\Roaming\npm\node_modules\cypress-cli\lib\utils.coffee:37:15) at Object.getPathToExecutable (C:\Users\tvishnoi\AppData\Roaming\npm\node_modules\cypress-cli\lib\utils.coffee:18:16) at Object._fileExistsAtPath (C:\Users\tvishnoi\AppData\Roaming\npm\node_modules\cypress-cli\lib\utils.coffee:51:23) at Object.verifyCypress (C:\Users\tvishnoi\AppData\Roaming\npm\node_modules\cypress-cli\lib\utils.coffee:78:6) at C:\Users\tvishnoi\AppData\Roaming\npm\node_modules\cypress-cli\lib\utils.coffee:167:8 at Object.spawn (C:\Users\tvishnoi\AppData\Roaming\npm\node_modules\cypress-cli\lib\utils.coffee:191:7) at Open.open (C:\Users\tvishnoi\AppData\Roaming\npm\node_modules\cypress-cli\lib\commands\open.coffee:25:11) at new Open (C:\Users\tvishnoi\AppData\Roaming\npm\node_modules\cypress-cli\lib\commands\open.coffee:10:6) at Open (C:\Users\tvishnoi\AppData\Roaming\npm\node_modules\cypress-cli\lib\commands\open.coffee:8:14) at Command.<anonymous> (C:\Users\tvishnoi\AppData\Roaming\npm\node_modules\cypress-cli\lib\cli.coffee:98:7) at Command.listener (C:\Users\tvishnoi\AppData\Roaming\npm\node_modules\cypress-cli\node_modules\commander\index.js:300:8) at emitTwo (events.js:106:13) at Command.emit (events.js:191:7) at Command.parseArgs (C:\Users\tvishnoi\AppData\Roaming\npm\node_modules\cypress-cli\node_modules\commander\index.js:635:12) at Command.parse (C:\Users\tvishnoi\AppData\Roaming\npm\node_modules\cypress-cli\node_modules\commander\index.js:457:21) at module.exports (C:\Users\tvishnoi\AppData\Roaming\npm\node_modules\cypress-cli\lib\cli.coffee:135:11) at Object.<anonymous> (C:\Users\tvishnoi\AppData\Roaming\npm\node_modules\cypress-cli\bin\cypress:4:29) at Module._compile (module.js:570:32) at Object.Module._extensions…js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) at Function.Module._load (module.js:438:3) at Module.runMain (module.js:604:10) at run (bootstrap_node.js:389:7) at startup (bootstrap_node.js:149:9) at bootstrap_node.js:504:3`
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (4 by maintainers)
I have uninstalled and reinstalled it but the same problem again with CLI tool. I am attaching the CLI screencast here https://www.screencast.com/t/2tzBBlZZwbUM
Regards, Shivam Bharadwaj
On Sun, Nov 19, 2017 at 4:09 AM, Brian Mann notifications@github.com wrote:
I can tell from your paths that you are trying to use the old/deprecated
cypress-cli
.This is no longer supported or neded. Please uninstall it with
npm uninstall -g cypress-cli
.Windows 32 and 64 bit works - you just need to follow our Getting Started Installing guides.
https://docs.cypress.io/guides/getting-started/installing-cypress.html