Skip to content

Instantly share code, notes, and snippets.

@kbighorse
Last active April 18, 2017 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbighorse/82273cb70a2fe23fae96452756e66906 to your computer and use it in GitHub Desktop.
Save kbighorse/82273cb70a2fe23fae96452756e66906 to your computer and use it in GitHub Desktop.
⇒ npm run serve
> policynet@1.0.0 serve /Users/kimball/lii/docker_policynet/policynet
> gulp serve:dist
[16:04:29] Using gulpfile ~/lii/docker_policynet/policynet/gulpfile.js
[16:04:29] Starting 'scripts'...
[16:04:30] Starting 'styles'...
[16:04:31] Starting 'partials'...
[16:04:32] Starting 'fonts'...
[16:04:32] Starting 'other'...
[16:04:32] Starting 'server:dist:js'...
[16:04:32] Starting 'server:dist:other'...
[16:04:32] Starting 'build:java'...
[16:04:32] gulp-inject 6 files into index.scss.
---- Begin: Compiling ---
---- Done: Compiling ---
/Users/kimball/lii/docker_policynet/policynet/src/server/java/build.sh: line 6: mvn: command not found
[16:04:32] 'build:java' errored after 326 ms
[16:04:32] Error in plugin 'gulp-shell'
Message:
Command `sh /Users/kimball/lii/docker_policynet/policynet/src/server/java/build.sh` failed with exit code 127
[16:04:33] Finished 'server:dist:js' after 760 ms
[16:04:33] Finished 'styles' after 2.6 s
[16:04:33] Finished 'partials' after 2.03 s
[16:04:33] Finished 'server:dist:other' after 1.05 s
/Users/kimball/lii/docker_policynet/policynet/src/app/components/graph/graph.service.js
line 63 col 153 This character may get silently deleted by one or more browsers.
⚠ 1 warning
[16:04:33] all files 40.04 kB
[16:04:33] Finished 'scripts' after 3.95 s
[16:04:34] Finished 'other' after 2.48 s
[16:04:34] Finished 'fonts' after 2.94 s
npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/Cellar/node/7.8.0/bin/node" "/usr/local/bin/npm" "run" "serve"
npm ERR! node v7.8.0
npm ERR! npm v4.2.0
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! policynet@1.0.0 serve: `gulp serve:dist`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the policynet@1.0.0 serve script 'gulp serve:dist'.
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 policynet package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! gulp serve:dist
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs policynet
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls policynet
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/kimball/.npm/_logs/2017-04-18T20_04_35_012Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment