Profile
Sign out
menu
create
New Post
My learned
Sign In
npm outdated
Npm
To check if any module in a project is 'old':
npm outdated
'
outdated
' will check every module defined in
package.json
and see if there is a newer version in the NPM registry.
Resource:
node.js - npm check and update package if needed - Stack Overflow
arrow_back
back