Guest User

Untitled

a guest
Jun 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. ==> Caveats
  2. npm will install binaries to:
  3. /usr/local/share/npm/bin
  4.  
  5. You may want to add this to your PATH.
  6.  
  7. npm will install libraries to:
  8. /usr/local/lib/node/.npm
  9.  
  10. To manually remove libraries installed by npm, delete this (hidden!) folder.
  11.  
  12. npm will also symlink libraries to:
  13. /usr/local/lib/node
  14.  
  15. You will want to add this to your NODE_PATH if you wish to
  16. require libraries without a path.
Add Comment
Please, Sign In to add comment