Skip to content

Instantly share code, notes, and snippets.

@mikegrassotti
Created October 3, 2014 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikegrassotti/128721a28447492d4903 to your computer and use it in GitHub Desktop.
Save mikegrassotti/128721a28447492d4903 to your computer and use it in GitHub Desktop.
Random commands to see whats up in node env
# Which node is install
nvm current
# What packages are globally installed (high-level)
npm ls -g --depth=0
# Are they outdated?
npm install -g npm-check-updates #if not already installed
npm-check-updates -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment