Skip to content

Instantly share code, notes, and snippets.

@TheMapSmith
Last active May 20, 2016 22:43
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 TheMapSmith/8b7f128ce06202c5cdf1f3686ce07ac8 to your computer and use it in GitHub Desktop.
Save TheMapSmith/8b7f128ce06202c5cdf1f3686ce07ac8 to your computer and use it in GitHub Desktop.
guidance sim trouhble
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
2 info using npm@3.9.2
3 info using node@v4.4.4
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle guidance-sim@0.1.2~prestart: guidance-sim@0.1.2
6 silly lifecycle guidance-sim@0.1.2~prestart: no script for prestart, continuing
7 info lifecycle guidance-sim@0.1.2~start: guidance-sim@0.1.2
8 verbose lifecycle guidance-sim@0.1.2~start: unsafe-perm in lifecycle true
9 verbose lifecycle guidance-sim@0.1.2~start: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/themapsmith/.Trash/guidance-sim/node_modules/.bin:/usr/local/bin:/Library/Frameworks/GDAL.framework/Programs:/Library/Frameworks/GDAL.framework/Programs:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
10 verbose lifecycle guidance-sim@0.1.2~start: CWD: /Users/themapsmith/.Trash/guidance-sim
11 silly lifecycle guidance-sim@0.1.2~start: Args: [ '-c',
11 silly lifecycle 'budo ./sim/index.js:sim/bundle.js --dir sim/ --live -- -t [ envify --NODE_ENV development ]' ]
12 info lifecycle guidance-sim@0.1.2~start: Failed to exec start script
13 verbose stack Error: guidance-sim@0.1.2 start: `budo ./sim/index.js:sim/bundle.js --dir sim/ --live -- -t [ envify --NODE_ENV development ]`
13 verbose stack spawn ENOENT
13 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:17:16)
13 verbose stack at emitTwo (events.js:87:13)
13 verbose stack at ChildProcess.emit (events.js:172:7)
13 verbose stack at maybeClose (internal/child_process.js:827:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
14 verbose pkgid guidance-sim@0.1.2
15 verbose cwd /Users/themapsmith/.Trash/guidance-sim
16 error Darwin 15.4.0
17 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
18 error node v4.4.4
19 error npm v3.9.2
20 error file sh
21 error code ELIFECYCLE
22 error errno ENOENT
23 error syscall spawn
24 error guidance-sim@0.1.2 start: `budo ./sim/index.js:sim/bundle.js --dir sim/ --live -- -t [ envify --NODE_ENV development ]`
24 error spawn ENOENT
25 error Failed at the guidance-sim@0.1.2 start script 'budo ./sim/index.js:sim/bundle.js --dir sim/ --live -- -t [ envify --NODE_ENV development ]'.
25 error Make sure you have the latest version of node.js and npm installed.
25 error If you do, this is most likely a problem with the guidance-sim package,
25 error not with npm itself.
25 error Tell the author that this fails on your system:
25 error budo ./sim/index.js:sim/bundle.js --dir sim/ --live -- -t [ envify --NODE_ENV development ]
25 error You can get information on how to open an issue for this project with:
25 error npm bugs guidance-sim
25 error Or if that isn't available, you can get their info via:
25 error npm owner ls guidance-sim
25 error There is likely additional logging output above.
26 verbose exit [ 1, true ]
Stephens-MBP-3:guidance-sim themapsmith$ npm start
> guidance-sim@0.1.2 start /Users/themapsmith/.Trash/guidance-sim
> budo ./sim/index.js:sim/bundle.js --dir sim/ --live -- -t [ envify --NODE_ENV development ]
sh: budo: command not found
npm ERR! Darwin 15.4.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v4.4.4
npm ERR! npm v3.9.2
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! guidance-sim@0.1.2 start: `budo ./sim/index.js:sim/bundle.js --dir sim/ --live -- -t [ envify --NODE_ENV development ]`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the guidance-sim@0.1.2 start script 'budo ./sim/index.js:sim/bundle.js --dir sim/ --live -- -t [ envify --NODE_ENV development ]'.
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 guidance-sim package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! budo ./sim/index.js:sim/bundle.js --dir sim/ --live -- -t [ envify --NODE_ENV development ]
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs guidance-sim
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls guidance-sim
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/themapsmith/.Trash/guidance-sim/npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment