Created
February 21, 2015 17:50
-
-
Save andyparsons/d950c31753efe6342b6d to your computer and use it in GitHub Desktop.
gropius build output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gropius|feature/frontend⚡ ⇒ lein npm run build | |
> [email protected] build /Users/andy/code/kontor/gropius | |
> cd resources/client && npm i && bower i && npm run build | |
npm WARN package.json [email protected] No repository field. | |
> [email protected] build /Users/andy/code/kontor/gropius/resources/client | |
> nod_modiles/.bin/webpack --config config/production.webpack.config.js --progress --colors --profile | |
sh: nod_modiles/.bin/webpack: No such file or directory | |
npm ERR! Darwin 14.1.0 | |
npm ERR! argv "node" "/usr/local/bin/npm" "run" "build" | |
npm ERR! node v0.10.35 | |
npm ERR! npm v2.1.17 | |
npm ERR! code ELIFECYCLE | |
npm ERR! [email protected] build: `nod_modiles/.bin/webpack --config config/production.webpack.config.js --progress --colors --profile` | |
npm ERR! Exit status 127 | |
npm ERR! | |
npm ERR! Failed at the [email protected] build script 'nod_modiles/.bin/webpack --config config/production.webpack.config.js --progress --colors --profile'. | |
npm ERR! This is most likely a problem with the rudolph package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! nod_modiles/.bin/webpack --config config/production.webpack.config.js --progress --colors --profile | |
npm ERR! You can get their info via: | |
npm ERR! npm owner ls rudolph | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /Users/andy/code/kontor/gropius/resources/client/npm-debug.log | |
npm ERR! Darwin 14.1.0 | |
npm ERR! argv "node" "/usr/local/bin/npm" "run" "build" | |
npm ERR! node v0.10.35 | |
npm ERR! npm v2.1.17 | |
npm ERR! code ELIFECYCLE | |
npm ERR! [email protected] build: `cd resources/client && npm i && bower i && npm run build` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] build script 'cd resources/client && npm i && bower i && npm run build'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment