Skip to content

Instantly share code, notes, and snippets.

@anderskitson
Created March 30, 2018 21:40
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 anderskitson/bc6d853ac35e2e84c27ea7e3e102db09 to your computer and use it in GitHub Desktop.
Save anderskitson/bc6d853ac35e2e84c27ea7e3e102db09 to your computer and use it in GitHub Desktop.
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 npm@5.6.0
3 info using node@v9.9.0
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle Vulcan@1.8.11~prestart: Vulcan@1.8.11
6 verbose lifecycle Vulcan@1.8.11~prestart: unsafe-perm in lifecycle true
7 verbose lifecycle Vulcan@1.8.11~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 Vulcan@1.8.11~prestart: CWD: /mnt/c/Users/Anders/sites/wispy.co
9 silly lifecycle Vulcan@1.8.11~prestart: Args: [ '-c', 'node .vulcan/prestart_vulcan.js' ]
10 silly lifecycle Vulcan@1.8.11~prestart: Returned: code: 0 signal: null
11 info lifecycle Vulcan@1.8.11~start: Vulcan@1.8.11
12 verbose lifecycle Vulcan@1.8.11~start: unsafe-perm in lifecycle true
13 verbose lifecycle Vulcan@1.8.11~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 Vulcan@1.8.11~start: CWD: /mnt/c/Users/Anders/sites/wispy.co
15 silly lifecycle Vulcan@1.8.11~start: Args: [ '-c', 'meteor --settings settings.json' ]
16 silly lifecycle Vulcan@1.8.11~start: Returned: code: 254 signal: null
17 info lifecycle Vulcan@1.8.11~start: Failed to exec start script
18 verbose stack Error: Vulcan@1.8.11 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 Vulcan@1.8.11
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 Vulcan@1.8.11 start: `meteor --settings settings.json`
27 error Exit status 254
28 error Failed at the Vulcan@1.8.11 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