question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 6 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Shiv751commented, Nov 19, 2017

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. Please uninstall it with npm uninstall -g cypress-cli.

Windows works - you just need to follow our Getting Started Installing guides.

https://docs.cypress.io/guides/getting-started/installing-cypress.html

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cypress-io/cypress/issues/929#issuecomment-345476748, or mute the thread https://github.com/notifications/unsubscribe-auth/ANfiFJ0KCD1nOhoKVTgdPSRq5OxmNxwPks5s31y1gaJpZM4QjFOm .

1reaction
brian-manncommented, Nov 18, 2017

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installing - Cypress Documentation
What you'll learn How to install Cypress via npm How to install Cypress via direct download How to version and run Cypress via...
Read more >
Error running npm-install #1195 - nodejs/node-gyp - GitHub
Today, I started getting errors when running npm install for my web application. I seem to have traced it to npm-gyp.
Read more >
Cypress failed to start on Windows - Stack Overflow
Tried opening Cypress using the prompt: node_modules.bin\cypress open but got the below message but there was no error listed. Has anyone come across...
Read more >
ibm_db - npm
node -ibm_db. An asynchronous/synchronous interface for node.js to IBM DB2 and IBM Informix. Async APIs return promises if callback function ...
Read more >
not compatible with your version of node/npm: google-gax ...
Every package that you install from NPM can specify supported versions of node. You can see this in the package.json of the package...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found