Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running 'npx cypress open' #2318

Closed
LiamJones-87 opened this issue Dec 10, 2020 · 1 comment
Closed

Error when running 'npx cypress open' #2318

LiamJones-87 opened this issue Dec 10, 2020 · 1 comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 6.x work is associated with a specific npm 6 release

Comments

@LiamJones-87
Copy link

LiamJones-87 commented Dec 10, 2020

When running 'npx cypress open' I get the following error:

0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'install',
1 verbose cli 'cypess@latest',
1 verbose cli '--global',
1 verbose cli '--prefix',
1 verbose cli 'C:\Users\lijones\AppData\Roaming\npm-cache\_npx\25140',
1 verbose cli '--loglevel',
1 verbose cli 'error',
1 verbose cli '--json'
1 verbose cli ]
2 info using [email protected]
3 info using [email protected]
4 verbose npm-session 3bfdfffbba720423
5 silly install loadCurrentTree
6 silly install readGlobalPackageData
7 http fetch GET 404 https://registry.npmjs.org/cypess 977ms
8 http fetch GET 404 https://registry.npmjs.org/cypess 844ms
9 silly fetchPackageMetaData error for cypess@latest 404 Not Found - GET https://registry.npmjs.org/cypess - Not found
10 timing stage:rollbackFailedOptional Completed in 1ms
11 timing stage:runTopLevelLifecycles Completed in 1878ms
12 verbose stack Error: 404 Not Found - GET https://registry.npmjs.org/cypess - Not found
12 verbose stack at C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-fetch\check-response.js:117:15
12 verbose stack at processTicksAndRejections (internal/process/task_queues.js:93:5)
13 verbose statusCode 404
14 verbose pkgid cypess@latest
15 verbose cwd C:\Work\Repos\TestTools\UOL Automation
16 verbose Windows_NT 10.0.19041
17 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "cypess@latest" "--global" "--prefix" "C:\Users\lijones\AppData\Roaming\npm-cache\_npx\25140" "--loglevel" "error" "--json"
18 verbose node v14.15.1
19 verbose npm v6.14.8
20 error code E404
21 error 404 Not Found - GET https://registry.npmjs.org/cypess - Not found
22 error 404
23 error 404 'cypess@latest' is not in the npm registry.
24 error 404 You should bug the author to publish it (or use the name yourself!)
25 error 404 Note that you can also install from a
26 error 404 tarball, folder, http url, or git url.
27 verbose exit [ 1, true ]

This was working previously but since Tuesday I've ben getting the above error. I've made no changes to my repo.

Environment:

  • OS: Windows 10
  • Node: 14.15.1
  • npm: 6.14.8
  • Cypress: 5.6.0
@LiamJones-87 LiamJones-87 added Bug thing that needs fixing Needs Triage needs review for next steps Release 6.x work is associated with a specific npm 6 release labels Dec 10, 2020
@LiamJones-87
Copy link
Author

Not an issue - typo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 6.x work is associated with a specific npm 6 release
Projects
None yet
Development

No branches or pull requests

1 participant