Created
April 12, 2016 13:30
-
-
Save gregnewman/f64d5ac6f9b01f66426a7d5ced3c9f4a to your computer and use it in GitHub Desktop.
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
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/local/Cellar/node/4.1.2/bin/node', | |
1 verbose cli '/usr/local/bin/npm', | |
1 verbose cli 'run', | |
1 verbose cli 'watch' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose run-script [ 'prewatch', 'watch', 'postwatch' ] | |
5 info lifecycle @~prewatch: @ | |
6 silly lifecycle @~prewatch: no script for prewatch, continuing | |
7 info lifecycle @~watch: @ | |
8 verbose lifecycle @~watch: unsafe-perm in lifecycle true | |
9 verbose lifecycle @~watch: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/greg/code/learning-innovation-platform/node_modules/.bin:/usr/local/Cellar/node/4.1.2/bin:/Users/greg/.pyenv/versions/lip/bin:/Users/greg/.nix-profile/bin:/Users/greg/.nix-profile/sbin:/Users/greg/.pyenv/shims:/Users/greg/.pyenv/shims:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
10 verbose lifecycle @~watch: CWD: /Users/greg/code/learning-innovation-platform | |
11 silly lifecycle @~watch: Args: [ '-c', 'NODE_PATH=. ./node_modules/.bin/gulp' ] | |
12 silly lifecycle @~watch: Returned: code: 1 signal: null | |
13 info lifecycle @~watch: Failed to exec watch script | |
14 verbose stack Error: @ watch: `NODE_PATH=. ./node_modules/.bin/gulp` | |
14 verbose stack Exit status 1 | |
14 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:239:16) | |
14 verbose stack at emitTwo (events.js:100:13) | |
14 verbose stack at EventEmitter.emit (events.js:185:7) | |
14 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:24:14) | |
14 verbose stack at emitTwo (events.js:100:13) | |
14 verbose stack at ChildProcess.emit (events.js:185:7) | |
14 verbose stack at maybeClose (internal/child_process.js:850:16) | |
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5) | |
15 verbose pkgid @ | |
16 verbose cwd /Users/greg/code/learning-innovation-platform | |
17 error Darwin 15.4.0 | |
18 error argv "/usr/local/Cellar/node/4.1.2/bin/node" "/usr/local/bin/npm" "run" "watch" | |
19 error node v5.10.1 | |
20 error npm v3.8.6 | |
21 error code ELIFECYCLE | |
22 error @ watch: `NODE_PATH=. ./node_modules/.bin/gulp` | |
22 error Exit status 1 | |
23 error Failed at the @ watch script 'NODE_PATH=. ./node_modules/.bin/gulp'. | |
23 error Make sure you have the latest version of node.js and npm installed. | |
23 error If you do, this is most likely a problem with the package, | |
23 error not with npm itself. | |
23 error Tell the author that this fails on your system: | |
23 error NODE_PATH=. ./node_modules/.bin/gulp | |
23 error You can get information on how to open an issue for this project with: | |
23 error npm bugs | |
23 error Or if that isn't available, you can get their info via: | |
23 error npm owner ls | |
23 error There is likely additional logging output above. | |
24 verbose exit [ 1, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment