Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. root@vps180405:/home/owen# npm run watch
  2.  
  3. > @ watch /home/owen
  4. > cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
  5.  
  6. events.js:160
  7. throw er; // Unhandled 'error' event
  8. ^
  9.  
  10. Error: spawn node_modules/webpack/bin/webpack.js ENOENT
  11. at exports._errnoException (util.js:1018:11)
  12. at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
  13. at onErrorNT (internal/child_process.js:367:16)
  14. at _combinedTickCallback (internal/process/next_tick.js:80:11)
  15. at process._tickCallback (internal/process/next_tick.js:104:9)
  16. at Module.runMain (module.js:606:11)
  17. at run (bootstrap_node.js:389:7)
  18. at startup (bootstrap_node.js:149:9)
  19. at bootstrap_node.js:504:3
  20. npm ERR! code ELIFECYCLE
  21. npm ERR! errno 1
  22. npm ERR! @ watch: `cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js`
  23. npm ERR! Exit status 1
  24. npm ERR!
  25. npm ERR! Failed at the @ watch script.
  26. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  27.  
  28. npm ERR! A complete log of this run can be found in:
  29. npm ERR! /root/.npm/_logs/2017-06-27T22_27_17_891Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement