Advertisement
Guest User

Untitled

a guest
May 9th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. $ npm run dev
  2.  
  3. > @ dev /mnt/_work_sdb8/wwwroot/lar/wprods
  4. > npm run development
  5.  
  6.  
  7. > @ development /mnt/_work_sdb8/wwwroot/lar/wprods
  8. > cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
  9.  
  10. sh: 1: cross-env: not found
  11.  
  12. npm ERR! Linux 4.4.0-62-generic
  13. npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "development"
  14. npm ERR! node v7.9.0
  15. npm ERR! npm v4.2.0
  16. npm ERR! file sh
  17. npm ERR! code ELIFECYCLE
  18. npm ERR! errno ENOENT
  19. npm ERR! syscall spawn
  20. npm ERR! @ development: `cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js`
  21. npm ERR! spawn ENOENT
  22. npm ERR!
  23. npm ERR! Failed at the @ development script 'cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js'.
  24. npm ERR! Make sure you have the latest version of node.js and npm installed.
  25. npm ERR! If you do, this is most likely a problem with the package,
  26. npm ERR! not with npm itself.
  27. npm ERR! Tell the author that this fails on your system:
  28. npm ERR! cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
  29. npm ERR! You can get information on how to open an issue for this project with:
  30. npm ERR! npm bugs
  31. npm ERR! Or if that isn't available, you can get their info via:
  32. npm ERR! npm owner ls
  33. npm ERR! There is likely additional logging output above.
  34. npm WARN Local package.json exists, but node_modules missing, did you mean to install?
  35.  
  36. npm ERR! Please include the following file with any support request:
  37. npm ERR! /home/serge/.npm/_logs/2017-05-10T04_09_00_097Z-debug.log
  38.  
  39. npm ERR! Linux 4.4.0-62-generic
  40. npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "dev"
  41. npm ERR! node v7.9.0
  42. npm ERR! npm v4.2.0
  43. npm ERR! code ELIFECYCLE
  44. npm ERR! errno 1
  45. npm ERR! @ dev: `npm run development`
  46. npm ERR! Exit status 1
  47. npm ERR!
  48. npm ERR! Failed at the @ dev script 'npm run development'.
  49. npm ERR! Make sure you have the latest version of node.js and npm installed.
  50. npm ERR! If you do, this is most likely a problem with the package,
  51. npm ERR! not with npm itself.
  52. npm ERR! Tell the author that this fails on your system:
  53. npm ERR! npm run development
  54. npm ERR! You can get information on how to open an issue for this project with:
  55. npm ERR! npm bugs
  56. npm ERR! Or if that isn't available, you can get their info via:
  57. npm ERR! npm owner ls
  58. npm ERR! There is likely additional logging output above.
  59. npm WARN Local package.json exists, but node_modules missing, did you mean to install?
  60.  
  61. npm ERR! Please include the following file with any support request:
  62. npm ERR! /home/serge/.npm/_logs/2017-05-10T04_09_00_128Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement