Created
April 18, 2016 16:43
-
-
Save mrengy/93967071b123ea5016b6807b1fb4cc57 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/bin/node', '/usr/local/bin/npm', 'run', 'watch' ] | |
2 info using npm@2.15.1 | |
3 info using node@v4.4.3 | |
4 verbose run-script [ 'prewatch', 'watch', 'postwatch' ] | |
5 info prewatch cloudgov-style@0.3.4 | |
6 info watch cloudgov-style@0.3.4 | |
7 verbose unsafe-perm in lifecycle true | |
8 info cloudgov-style@0.3.4 Failed to exec watch script | |
9 verbose stack Error: cloudgov-style@0.3.4 watch: `watch 'npm run build' ./src` | |
9 verbose stack spawn ENOENT | |
9 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:17:16) | |
9 verbose stack at emitTwo (events.js:87:13) | |
9 verbose stack at ChildProcess.emit (events.js:172:7) | |
9 verbose stack at maybeClose (internal/child_process.js:827:16) | |
9 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) | |
10 verbose pkgid cloudgov-style@0.3.4 | |
11 verbose cwd /Applications/MAMP/htdocs/cg-style | |
12 error Darwin 10.8.0 | |
13 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "watch" | |
14 error node v4.4.3 | |
15 error npm v2.15.1 | |
16 error file sh | |
17 error code ELIFECYCLE | |
18 error errno ENOENT | |
19 error syscall spawn | |
20 error cloudgov-style@0.3.4 watch: `watch 'npm run build' ./src` | |
20 error spawn ENOENT | |
21 error Failed at the cloudgov-style@0.3.4 watch script 'watch 'npm run build' ./src'. | |
21 error This is most likely a problem with the cloudgov-style package, | |
21 error not with npm itself. | |
21 error Tell the author that this fails on your system: | |
21 error watch 'npm run build' ./src | |
21 error You can get information on how to open an issue for this project with: | |
21 error npm bugs cloudgov-style | |
21 error Or if that isn't available, you can get their info via: | |
21 error | |
21 error npm owner ls cloudgov-style | |
21 error There is likely additional logging output above. | |
22 verbose exit [ 1, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment