Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # To update global packages, you can use:
  2. npm update -g <package>:
  3. # e.g. npm update -g jshint
  4.  
  5. # To find out which packages need to be updated, you can use:
  6. npm outdated -g --depth=0.
  7.  
  8. # To update all global packages, you can use
  9. npm update -g
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement