Hi,
I'm new in development and I get this issue by running webpack.
I'v done this:
sudo npm install sudo npm run build
Then I get this error:
npm ERR! Linux 4.4.0-141-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "build" npm ERR! node v4.2.6 npm ERR! npm v3.5.2 npm ERR! code ELIFECYCLE npm ERR! prestarocket-dev-tools@1.0.0 build:NODE_ENV=production webpack --progress --colors --debug --display-chunks`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the prestarocket-dev-tools@1.0.0 build script 'NODE_ENV=production webpack --progress --colors --debug --display-chunks'.
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 prestarocket-dev-tools package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! NODE_ENV=production webpack --progress --colors --debug --display-chunks
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs prestarocket-dev-tools
Hi, I'm new in development and I get this issue by running webpack. I'v done this:
sudo npm install sudo npm run build
Then I get this error:npm ERR! Linux 4.4.0-141-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "build" npm ERR! node v4.2.6 npm ERR! npm v3.5.2 npm ERR! code ELIFECYCLE npm ERR! prestarocket-dev-tools@1.0.0 build:
NODE_ENV=production webpack --progress --colors --debug --display-chunks` npm ERR! Exit status 2 npm ERR! npm ERR! Failed at the prestarocket-dev-tools@1.0.0 build script 'NODE_ENV=production webpack --progress --colors --debug --display-chunks'. 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 prestarocket-dev-tools package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! NODE_ENV=production webpack --progress --colors --debug --display-chunks npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs prestarocket-dev-tools`
Please anyone may help?