Skip to content

Instantly share code, notes, and snippets.

@razlupercio
Created April 10, 2017 21:56
Show Gist options
  • Save razlupercio/03746382c739004b3f898fed74ce4b0c to your computer and use it in GitHub Desktop.
Save razlupercio/03746382c739004b3f898fed74ce4b0c to your computer and use it in GitHub Desktop.
dependencies
mndl_usuario@system:~/public_html/core.app$ npm run dev
> @ dev /home/mndl_usuario/public_html/core.app
> cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
95% emitting
ERROR Failed to compile with 2 errors 4:53:57 PM
These dependencies were not found:
* /home/mndl_usuario/public_html/core.app/resources/assets/js/app.js in multi ./resources/assets/js/app.js ./resources/assets/sass/app.scss
* /home/mndl_usuario/public_html/core.app/resources/assets/sass/app.scss in multi ./resources/assets/js/app.js ./resources/assets/sass/app.scss
To install them, you can run: npm install --save /home/mndl_usuario/public_html/core.app/resources/assets/js/app.js /home/mndl_usuario/public_html/core.app/resources/assets/sass/app.scss
Asset Size Chunks Chunk Names
/js/app.js 2.96 kB 0 [emitted] /js/app
mix-manifest.json 32 bytes [emitted]
npm ERR! code ELIFECYCLE
npm ERR! errno 2
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`
npm ERR! Exit status 2
npm ERR!
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'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
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
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls
npm ERR! There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/mndl_usuario/.npm/_logs/2017-04-10T21_53_57_772Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment