I can't install cypress recorder #28071
Unanswered
VALERYRAMIREZ
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, how are you?.
I have npm version 10.2.0 and cypress version 13.3.1 and when I try to install cypress recorder with the command
npm install cypress-recorder -D
the terminal gives me the error
npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/cypress-recorder - Not found npm ERR! 404 npm ERR! 404 'cypress-recorder@*' is not in this registry. npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.
I tried to use yarn add cypress-recorder -D but it didnt work by giving me the same error.
What can I do?
Beta Was this translation helpful? Give feedback.
All reactions