RSSAmplifier

Duncan McDougall | Web Developer · Nov 7, 2020

Quick Tip: npm outdated and npm update

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Use npm outdate and npm update to check for and update to newer versions of your installed node modules using npm's built-in commands. npm outdated Current is what you have installed Wanted is the latest version that satisfies the semver range in package.json Latest is, you guessed it, the latest. Red items mean the wanted version is also the latest. npm update This will update all packages to the…

Read on belter.io

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.