Entrada

Node.js.- Update packages

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
Esta entrada está licenciada bajo CC BY 4.0 por el autor.