Using npm, how do you check if there is a newer version of some the project package?

Experience Level: Medior
Tags: npm

Answer

To check if some of your packages is outdated, open a command-line, go to your project folder that contains a file package.json and run the following command:

npm outdated

Comments

No Comments Yet.
Be the first to tell us what you think.
npm for beginners
npm for beginners

Are you learning npm ? Try our test we designed to help you progress faster.

Test yourself