Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. fred@fred-consu:/mnt/apmount/www/consuweb$ npm run dev
  2.  
  3. > @ dev /mnt/apmount/www/consuweb
  4. > cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
  5.  
  6. sh: 1: cross-env: Permission denied
  7. npm ERR! code ELIFECYCLE
  8. npm ERR! errno 126
  9. npm ERR! @ dev: `cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js`
  10. npm ERR! Exit status 126
  11. npm ERR!
  12. npm ERR! Failed at the @ dev script 'cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js'.
  13. npm ERR! Make sure you have the latest version of node.js and npm installed.
  14. npm ERR! If you do, this is most likely a problem with the package,
  15. npm ERR! not with npm itself.
  16. npm ERR! Tell the author that this fails on your system:
  17. 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
  18. npm ERR! You can get information on how to open an issue for this project with:
  19. npm ERR! npm bugs
  20. npm ERR! Or if that isn't available, you can get their info via:
  21. npm ERR! npm owner ls
  22. npm ERR! There is likely additional logging output above.
  23.  
  24. ┌────────────────────────────────────────────────────────┐
  25. │ npm update check failed │
  26. │ Try running with sudo or get access │
  27. │ to the local update config store via │
  28. │ sudo chown -R $USER:$(id -gn $USER) /home/fred/.config │
  29. └────────────────────────────────────────────────────────┘
  30.  
  31. npm ERR! A complete log of this run can be found in:
  32. npm ERR! /home/fred/.npm/_logs/2017-03-24T19_56_13_854Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement