November 2019
Beginner
804 pages
20h 1m
English
Updating project dependencies is very easy with npm; there's no need to fiddle with the package.json content manually all the time.
You can use npm update to install the available updates, and npm outdated to get a list of packages that need to be updated.
Of course, you can still edit the package.json file manually if you prefer.
For more information, have a look at the following links:
Read now
Unlock full access