-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
npm outdated does not seem to check devDependecies like it used to #1448
Comments
What are you seeing that has changed? It is working for me with npm 6.14.5. You could try updating npm with
|
Nope, updating to 6.14.5 would not help. And, funny enough, "npm -g outdated" would not tell me there were 6.14.5 available at all. That's all is weird. I guess i need to try reinstalling node/npm. |
@dmytro-gokun any chance ~/.npmrc, or env, has something that might be setting --only=production or similar? |
Check for
And if it is set, to see where it came from:
|
Nope. It's "null" and it's not listed. Furthermore, using flag "--dev" or even setting only="production" does not help at all. I observe this on two PCs running the latest Windows 10, node & npm. |
What about other config values? env vars? |
npm If your bug is preproducible on If your issue was a feature request, please consider opening a new RRFC or RFC. If your issue was a question or other idea that was not CLI-specific, consider opening a discussion on our feedback repo Closing: This is an automated message. |
npm -v
6.4.14
node -v
v12.18.0
The text was updated successfully, but these errors were encountered: