Questions tagged [npm-outdated]
11 questions
7
votes
1 answer
NPM outdated command not showing full list
When I do on my terminal:
npm outdated -g
I get a list of global packages that have updates available, and that's fine:
Package Current Wanted Latest Location
create-next-app 10.0.3 10.0.4 10.0.4 global
eslint-plugin-react …

Or Assayag
- 5,662
- 13
- 57
- 93
2
votes
1 answer
npm outdated command does not return current version
I run npm outdated command and the output I get does not show the current version. This only occurs for this specific project, other projects return the output just fine.
Output example:
Package Current Wanted Latest …

David Faizulaev
- 4,651
- 21
- 74
- 124
2
votes
1 answer
"npm outdated" shows nothing listed for latest
When I run "npm outdated", it doesn't show anything for "Latest". All of the @angular packages should have a latest version of at least 4.4.6, and I expect most of the other ones should have newer versions as well. What is listed under "Current" is…

James
- 93
- 10
1
vote
1 answer
Updating npm outdated packages on a react project, may someone plrase help me on the situation
**Package Current Wanted Latest Location **
@testing-library/user-event 13.5.0 13.5.0 14.4.3 node_modules/@testing-library/user-event
web-vitals 2.1.4 2.1.4 3.1.1 node_modules/web-vitals
depended…

Ryannthegr8
- 21
- 2
1
vote
1 answer
Vue-Stripe: this.$refs.checkoutRef.redirectToCheckout(); is not a function. On an old npm version
I am currently updating an old website and I have to include Stripe for the Checkout. When I go to the Checkout I get the Error message "this.$refs.checkoutRef.redirectToCheckout is not a function".
I testet the Checkout in a different test project…

Keith Strasdas
- 11
- 1
1
vote
0 answers
Keeping the Packages in a Angular Project Up-To-Date
I have to maintain a medium sized Angular project and I just don't know how to keep the packages up-to-date in a correct way. I have of course the usual Angular packages in my package.json, but there are also additional packages, that were inserted…

kamulos
- 319
- 2
- 8
1
vote
0 answers
NPM outdated shows nothing
I use npm 6.11.3. Now I want to updated the local dev dependencies.
But when I use npm outdated the terminal shows nothing. But I know there are updates available for installed dependencies.
Does anyone know, what I'm doing wrong?

user3473628
- 113
- 10
0
votes
0 answers
npm outdated won't show results unless I specify the package
I saw that there was a new version of Google Clasp available, so I decided to check if any of my other packages had updates. I ran npm outdated -g and didn't get any results. Running npm outdated @google/clasp -g shows the Clasp update I expected to…

Dustin Luck
- 81
- 6
0
votes
1 answer
Skip a package when running `npm -g outdated`
I have a package that I manually updated in order to have multiple versions of the same tool running (as explained here).
Now, when I execute npm -g outdated, I am getting the following output:
$ npm -g outdate
npm notice…

Bernardo
- 3
- 2
0
votes
0 answers
How does `npm outdated -g` actually work?
I have some globally installed packages and I want to update some of them. I checked with
$ npm outdated -g
Package Current Wanted Latest Location
eslint 5.16.0 5.16.0 6.8.0 global
jshint …

Thomas Sablik
- 16,127
- 7
- 34
- 62
0
votes
1 answer
npm update is not honoring the results of npm outdated
I ran npm outdated on a project - it showed that there were several outdated packages. So I ran npm update - it updated a few packages but not all. If I run npm outdated again it still shows the remaining packages that are outdated:
Package …

Naresh
- 23,937
- 33
- 132
- 204