-
Notifications
You must be signed in to change notification settings - Fork 250
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
nrm broken on npm v8.0.0 #104
Comments
ran into the same problem, requiring npm failed, had to hack the code in cli.js to make it work 😑 |
same problem, I changed package.json, set npm to v7... |
+1,error is because of npm dependence version is "latest" |
change package.json npm to 7.5.4, and delete node_modules, and execute npm i again, that works for me |
npm v8.0.0 remove support for require('npm').
https://github.com/npm/cli/releases/tag/v8.0.0
The purpose of this release is to drop support for old node versions and to remove support for require('npm'). There are no other breaking changes.
The text was updated successfully, but these errors were encountered: