Home Node.js.- Update packages
Post
Cancel

Node.js.- Update packages

Update to last version for a npm package

1
npm update -g [package]

List npm packges with version

1
npm list -g --depth=0

List available versions for a npm packge

1
npm view [package] versions

List installed version for a npm packge

1
npm view [package] version
This post is licensed under CC BY 4.0 by the author.