We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm-check-updates
node >= 10.17
Installed versions
npm list -g C:\Program Files\nodejs +-- [email protected] `-- [email protected]
node -v v15.2.0
Execute ncu -g
ncu -g
ncu -g [====================] 2/2 100% All global packages are up-to-date :)
Should show npm updates. Current npm version is 7.0.10
In earlier versions npm updates are listed when executing ncu -g.
The text was updated successfully, but these errors were encountered:
This is likely due to a bug in npm v7-v7.0.10. See npm/cli#2155.
v7
v7.0.10
As soon as that PR is merged and published, it should work. In the mean time, you can use npm v6.
v6
It still might be useful for you to post the following information, just to be sure it's not an issue with having multiple versions of npm installed.
which npm
which ncu
npm prefix -g
Sorry, something went wrong.
@raineorshine this should be fixed upstream AFAICT.
Great!
@nesc58 Let us know if it's still an issue for you.
No branches or pull requests
npm-check-updates
node >= 10.17
Steps to Reproduce
Installed versions
Execute
ncu -g
Current Behavior
Expected Behavior
Should show npm updates.
Current npm version is 7.0.10
In earlier versions npm updates are listed when executing
ncu -g
.The text was updated successfully, but these errors were encountered: