Created
March 30, 2018 21:40
-
-
Save anderskitson/bc6d853ac35e2e84c27ea7e3e102db09 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 [ '/home/anderskitson/.nvm/versions/node/v9.9.0/bin/node', | |
1 verbose cli '/home/anderskitson/.nvm/versions/node/v9.9.0/bin/npm', | |
1 verbose cli 'start' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose run-script [ 'prestart', 'start', 'poststart' ] | |
5 info lifecycle [email protected]~prestart: [email protected] | |
6 verbose lifecycle [email protected]~prestart: unsafe-perm in lifecycle true | |
7 verbose lifecycle [email protected]~prestart: PATH: /home/anderskitson/.nvm/versions/node/v9.9.0/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/mnt/c/Users/Anders/sites/wispy.co/node_modules/.bin:/home/anderskitson/bin:/home/anderskitson/.local/bin:/home/anderskitson/.nvm/versions/node/v9.9.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Program Files/Git/cmd:/mnt/c/ProgramData/chocolatey/bin:/mnt/c/Users/Anders/AppData/Roaming/nvm:/mnt/c/Users/Anders/AppData/Roaming/nvm/v8.10.0:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit:/mnt/c/Users/Anders/AppData/Local/Microsoft/WindowsApps:/mnt/c/Program Files/Microsoft VS Code/bin:/mnt/c/Users/Anders/AppData/Local/.meteor:/mnt/c/Users/Anders/AppData/Roaming/nvm:/mnt/c/Users/Anders/AppData/Roaming/nvm/v8.10.0:/snap/bin:/home/anderskitson/n/bin | |
8 verbose lifecycle [email protected]~prestart: CWD: /mnt/c/Users/Anders/sites/wispy.co | |
9 silly lifecycle [email protected]~prestart: Args: [ '-c', 'node .vulcan/prestart_vulcan.js' ] | |
10 silly lifecycle [email protected]~prestart: Returned: code: 0 signal: null | |
11 info lifecycle [email protected]~start: [email protected] | |
12 verbose lifecycle [email protected]~start: unsafe-perm in lifecycle true | |
13 verbose lifecycle [email protected]~start: PATH: /home/anderskitson/.nvm/versions/node/v9.9.0/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/mnt/c/Users/Anders/sites/wispy.co/node_modules/.bin:/home/anderskitson/bin:/home/anderskitson/.local/bin:/home/anderskitson/.nvm/versions/node/v9.9.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Program Files/Git/cmd:/mnt/c/ProgramData/chocolatey/bin:/mnt/c/Users/Anders/AppData/Roaming/nvm:/mnt/c/Users/Anders/AppData/Roaming/nvm/v8.10.0:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit:/mnt/c/Users/Anders/AppData/Local/Microsoft/WindowsApps:/mnt/c/Program Files/Microsoft VS Code/bin:/mnt/c/Users/Anders/AppData/Local/.meteor:/mnt/c/Users/Anders/AppData/Roaming/nvm:/mnt/c/Users/Anders/AppData/Roaming/nvm/v8.10.0:/snap/bin:/home/anderskitson/n/bin | |
14 verbose lifecycle [email protected]~start: CWD: /mnt/c/Users/Anders/sites/wispy.co | |
15 silly lifecycle [email protected]~start: Args: [ '-c', 'meteor --settings settings.json' ] | |
16 silly lifecycle [email protected]~start: Returned: code: 254 signal: null | |
17 info lifecycle [email protected]~start: Failed to exec start script | |
18 verbose stack Error: [email protected] start: `meteor --settings settings.json` | |
18 verbose stack Exit status 254 | |
18 verbose stack at EventEmitter.<anonymous> (/home/anderskitson/.nvm/versions/node/v9.9.0/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:285:16) | |
18 verbose stack at EventEmitter.emit (events.js:180:13) | |
18 verbose stack at ChildProcess.<anonymous> (/home/anderskitson/.nvm/versions/node/v9.9.0/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14) | |
18 verbose stack at ChildProcess.emit (events.js:180:13) | |
18 verbose stack at maybeClose (internal/child_process.js:936:16) | |
18 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:220:5) | |
19 verbose pkgid [email protected] | |
20 verbose cwd /mnt/c/Users/Anders/sites/wispy.co | |
21 verbose Linux 4.4.0-43-Microsoft | |
22 verbose argv "/home/anderskitson/.nvm/versions/node/v9.9.0/bin/node" "/home/anderskitson/.nvm/versions/node/v9.9.0/bin/npm" "start" | |
23 verbose node v9.9.0 | |
24 verbose npm v5.6.0 | |
25 error code ELIFECYCLE | |
26 error errno 254 | |
27 error [email protected] start: `meteor --settings settings.json` | |
27 error Exit status 254 | |
28 error Failed at the [email protected] start script. | |
28 error This is probably not a problem with npm. There is likely additional logging output above. | |
29 verbose exit [ 254, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment