Created
June 5, 2016 22:13
-
-
Save claym/cfae2a34bf1101a8ec72f0c49df535f7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 [ 'C:\\Program Files\\nodejs\\node.exe', | |
1 verbose cli 'C:\\Users\\Clay\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js', | |
1 verbose cli 'run', | |
1 verbose cli 'bundle' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose run-script [ 'prebundle', 'bundle', 'postbundle' ] | |
5 info lifecycle [email protected]~prebundle: [email protected] | |
6 silly lifecycle [email protected]~prebundle: no script for prebundle, continuing | |
7 info lifecycle [email protected]~bundle: [email protected] | |
8 verbose lifecycle [email protected]~bundle: unsafe-perm in lifecycle true | |
9 verbose lifecycle [email protected]~bundle: PATH: C:\Users\Clay\AppData\Roaming\npm\node_modules\npm\bin\node-gyp-bin;C:\repo\spring-security-auth0-sample\node_modules\.bin;C:\Program Files\nodejs;Z:\.sys\miniperl\bin;Z:\.sys\php;C:\lib\gradle-2.4\bin;C:\Python27\;C:\Python27\Scripts;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Heroku\bin;C:\Program Files (x86)\git\cmd;C:\Program Files\Microsoft Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\cURL\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;C:\Program Files (x86)\Calibre2\;C:\Program Files\FileBot\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Amazon\AWSCLI\;C:\Program Files\nodejs\;C:\Ruby22\bin;C:\Users\Clay\AppData\Roaming\npm;C:\Applications\boxfuse | |
10 verbose lifecycle [email protected]~bundle: CWD: C:\repo\spring-security-auth0-sample | |
11 silly lifecycle [email protected]~bundle: Args: [ '/d /s /c', | |
11 silly lifecycle 'browserify --entry src/main/resources/static/index.js --outfile src/main/resources/static/bundle.js --debug' ] | |
12 silly lifecycle [email protected]~bundle: Returned: code: 1 signal: null | |
13 info lifecycle [email protected]~bundle: Failed to exec bundle script | |
14 verbose stack Error: [email protected] bundle: `browserify --entry src/main/resources/static/index.js --outfile src/main/resources/static/bundle.js --debug` | |
14 verbose stack Exit status 1 | |
14 verbose stack at EventEmitter.<anonymous> (C:\Users\Clay\AppData\Roaming\npm\node_modules\npm\lib\utils\lifecycle.js:245:16) | |
14 verbose stack at emitTwo (events.js:106:13) | |
14 verbose stack at EventEmitter.emit (events.js:191:7) | |
14 verbose stack at ChildProcess.<anonymous> (C:\Users\Clay\AppData\Roaming\npm\node_modules\npm\lib\utils\spawn.js:24:14) | |
14 verbose stack at emitTwo (events.js:106:13) | |
14 verbose stack at ChildProcess.emit (events.js:191: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 [email protected] | |
16 verbose cwd C:\repo\spring-security-auth0-sample | |
17 error Windows_NT 10.0.10586 | |
18 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Clay\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "run" "bundle" | |
19 error node v6.2.0 | |
20 error npm v3.9.5 | |
21 error code ELIFECYCLE | |
22 error [email protected] bundle: `browserify --entry src/main/resources/static/index.js --outfile src/main/resources/static/bundle.js --debug` | |
22 error Exit status 1 | |
23 error Failed at the [email protected] bundle script 'browserify --entry src/main/resources/static/index.js --outfile src/main/resources/static/bundle.js --debug'. | |
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 spring-security-auth0-sample package, | |
23 error not with npm itself. | |
23 error Tell the author that this fails on your system: | |
23 error browserify --entry src/main/resources/static/index.js --outfile src/main/resources/static/bundle.js --debug | |
23 error You can get information on how to open an issue for this project with: | |
23 error npm bugs spring-security-auth0-sample | |
23 error Or if that isn't available, you can get their info via: | |
23 error npm owner ls spring-security-auth0-sample | |
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