Skip to content

Instantly share code, notes, and snippets.

@andyparsons
Created February 21, 2015 17:50
Show Gist options
  • Save andyparsons/d950c31753efe6342b6d to your computer and use it in GitHub Desktop.
Save andyparsons/d950c31753efe6342b6d to your computer and use it in GitHub Desktop.
gropius build output
gropius|feature/frontend⚡ ⇒ lein npm run build
> gropius@0.1.0-SNAPSHOT build /Users/andy/code/kontor/gropius
> cd resources/client && npm i && bower i && npm run build
npm WARN package.json rudolph@0.0.0 No repository field.
> rudolph@0.0.0 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! rudolph@0.0.0 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 rudolph@0.0.0 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! gropius@0.1.0-SNAPSHOT build: `cd resources/client && npm i && bower i && npm run build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the gropius@0.1.0-SNAPSHOT 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