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
Netlify CLI is no longer in the NPM registry and cannot be installed.
When trying to install I get a 404 error:
npm install netlify-cli -g
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/netlify-cli - Not found
npm error 404
npm error 404 'netlify-cli@*' is not in this registry.
npm error 404
npm error 404 Note that you can also install from a
npm error 404 tarball, folder, http url, or git url.
Describe the bug
Netlify CLI is no longer in the NPM registry and cannot be installed.
When trying to install I get a 404 error:
And navigating to https://registry.npmjs.org/netlify-cli on a browser also shows
{ "error": "Not found" }
Steps to reproduce
run
npm install netlify-cli -g
Configuration
No response
Environment
N/A
The text was updated successfully, but these errors were encountered: