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
When I tried to install cucumber from npm via command:
npm install @cucumber/cucumber
and I got this:
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.com/@cucumber%2fcucumber - Not found
npm ERR! 404
npm ERR! 404 '@cucumber/cucumber@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/zbcjackson/.npm/_logs/2020-09-08T05_49_20_953Z-debug.log
I checked on npmjs.org. There is no package named @cucumber/cucumber but cucumber which is 6.0.5.
If 7.0.0 is released, please upload it to npmjs.org, otherwise, update README.md accordingly.
The text was updated successfully, but these errors were encountered:
When I tried to install cucumber from npm via command:
and I got this:
I checked on npmjs.org. There is no package named
@cucumber/cucumber
butcucumber
which is 6.0.5.If 7.0.0 is released, please upload it to npmjs.org, otherwise, update README.md accordingly.
The text was updated successfully, but these errors were encountered: