Skip to content

Instantly share code, notes, and snippets.

@primitiveshaun
Created March 31, 2020 08:31
Show Gist options
  • Select an option

  • Save primitiveshaun/726593974fa8666139c998f7e3dbe86a to your computer and use it in GitHub Desktop.

Select an option

Save primitiveshaun/726593974fa8666139c998f7e3dbe86a to your computer and use it in GitHub Desktop.
Node.js - NPM Commands Reference
# node-commands.sh
# *** HOUSEKEEPING! One for the Node ***
# Master File: Maintained by Primitive Digital's Housekeeping Department
# https://primitivedigital.uk/housekeeping-department/
# STATUS ::: DRAFT: Requires Review
# version of npm
$ npm --version
$ npm -v
# version of node
$ node --version
$ node --v
# nvm: list node versions
$ nvm info
# list the content of current dir
npm ls
#
npm list -g --depth 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment