Advertisement
NameL3ss

Untitled

Apr 10th, 2017
598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. root@84524667597f:/var/www# npm run build-dev
  2.  
  3. > sig-frontend@0.1.0 build-dev /var/www
  4. > webpack --config webpack.config.dev.js
  5.  
  6. /usr/bin/env: ‘node’: No such file or directory
  7.  
  8. npm ERR! Linux 4.10.6-1-ARCH
  9. npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "build-dev"
  10. npm ERR! node v4.2.6
  11. npm ERR! npm v3.5.2
  12. npm ERR! file sh
  13. npm ERR! code ELIFECYCLE
  14. npm ERR! errno ENOENT
  15. npm ERR! syscall spawn
  16. npm ERR! sig-frontend@0.1.0 build-dev: `webpack --config webpack.config.dev.js`
  17. npm ERR! spawn ENOENT
  18. npm ERR!
  19. npm ERR! Failed at the sig-frontend@0.1.0 build-dev script 'webpack --config webpack.config.dev.js'.
  20. npm ERR! Make sure you have the latest version of node.js and npm installed.
  21. npm ERR! If you do, this is most likely a problem with the sig-frontend package,
  22. npm ERR! not with npm itself.
  23. npm ERR! Tell the author that this fails on your system:
  24. npm ERR! webpack --config webpack.config.dev.js
  25. npm ERR! You can get information on how to open an issue for this project with:
  26. npm ERR! npm bugs sig-frontend
  27. npm ERR! Or if that isn't available, you can get their info via:
  28. npm ERR! npm owner ls sig-frontend
  29. npm ERR! There is likely additional logging output above.
  30.  
  31. npm ERR! Please include the following file with any support request:
  32. npm ERR! /var/www/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement