Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. vagrant@vagrant-ubuntu-trusty-64:/var/www$ npm install
  2. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
  3. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.0.17: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  4. npm ERR! Linux 3.13.0-107-generic
  5. npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
  6. npm ERR! node v6.9.4
  7. npm ERR! npm v3.10.10
  8. npm ERR! path /var/www/node_modules/esprima/bin/esparse.js
  9. npm ERR! code ENOENT
  10. npm ERR! errno -2
  11. npm ERR! syscall chmod
  12.  
  13. npm ERR! enoent ENOENT: no such file or directory, chmod '/var/www/node_modules/esprima/bin/esparse.js'
  14. npm ERR! enoent ENOENT: no such file or directory, chmod '/var/www/node_modules/esprima/bin/esparse.js'
  15. npm ERR! enoent This is most likely not a problem with npm itself
  16. npm ERR! enoent and is related to npm not being able to find a file.
  17. npm ERR! enoent
  18.  
  19. npm ERR! Please include the following file with any support request:
  20. npm ERR! /var/www/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement