Guest User

Untitled

a guest
Jun 2nd, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Node does not look for modules in /usr/local/lib/node_modules,
  2. where npm put them.
  3. Please read npm-link(1) of npm package, to understand how to properly
  4. use npm-installed modules in a project.
  5.  
  6. Note that require.paths is not supported in future node versions.
  7. See also node(1) for more information about NODE_PATH.
  8.  
  9.  
  10. nodejs command
  11. --------------
  12.  
  13. The upstream name for the Node.js interpreter command is "node".
  14. In Debian the interpreter command has been changed to "nodejs".
  15.  
  16. This was done to prevent a namespace collision: other commands use
  17. the same name in their upstreams, such as ax25-node from the "node"
Add Comment
Please, Sign In to add comment