Guest User

Untitled

a guest
Jan 15th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. lrwxr-xr-x 1 root wheel 38 Oct 2 16:33 npm -> ../lib/node_modules/npm/bin/npm-cli.js
  2.  
  3. drwxr-xr-x 4 24561 staff 136 Oct 2 16:33 node-gyp-bin
  4. -rwxr-xr-x 1 root staff 274 Sep 27 12:39 npm
  5. -rwxr-xr-x 1 root staff 2247 Sep 27 12:39 npm-cli.js
  6. -rw-r--r-- 1 root staff 209 Sep 27 12:39 npm.cmd
  7. -rwxr-xr-x 1 root staff 504 Sep 27 12:39 read-package-json.js
  8.  
  9. symlinking ../lib/node_modules/npm/bin/npm-cli.js -> /usr/local/bin/npm
  10. updating shebang of /usr/local/bin/npm to /usr/local/bin/node
  11. Traceback (most recent call last):
  12. File "tools/install.py", line 225, in <module>
  13. run(sys.argv[:])
  14. File "tools/install.py", line 220, in run
  15. if cmd == 'install': return files(install)
  16. File "tools/install.py", line 203, in files
  17. if 'true' == variables.get('node_install_npm'): npm_files(action)
  18. File "tools/install.py", line 166, in npm_files
  19. update_shebang(link_path, shebang)
  20. File "tools/install.py", line 133, in update_shebang
  21. s = open(path, 'r').read()
  22. IOError: [Errno 2] No such file or directory: '/usr/local/bin/npm'
  23. make: *** [install] Error 1
  24.  
  25. bash:/Library/Frameworks/Python.framework/Versions/2.7/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin: No such file or directory
Add Comment
Please, Sign In to add comment