Created
May 9, 2016 07:11
-
-
Save AndySun25/48531adf2914e40d0e7146debc7ab707 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/bin/nodejs', '/usr/bin/npm', 'run', 'manage', 'migrate' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose run-script [ 'premanage', 'manage', 'postmanage' ] | |
5 info lifecycle [email protected]~premanage: [email protected] | |
6 silly lifecycle [email protected]~premanage: no script for premanage, continuing | |
7 info lifecycle [email protected]~manage: [email protected] | |
8 verbose lifecycle [email protected]~manage: unsafe-perm in lifecycle true | |
9 verbose lifecycle [email protected]~manage: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/home/andy/Work/veckopengen-server/node_modules/.bin:/usr/bin:/home/andy/Work/venvs/dev/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games | |
10 verbose lifecycle [email protected]~manage: CWD: /home/andy/Work/veckopengen-server | |
11 silly lifecycle [email protected]~manage: Args: [ '-c', 'script/manage -e ./envs/local/vars.env "migrate"' ] | |
12 silly lifecycle [email protected]~manage: Returned: code: 1 signal: null | |
13 info lifecycle [email protected]~manage: Failed to exec manage script | |
14 verbose stack Error: [email protected] manage: `script/manage -e ./envs/local/vars.env "migrate"` | |
14 verbose stack Exit status 1 | |
14 verbose stack at EventEmitter.<anonymous> (/usr/lib/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> (/usr/lib/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 /home/andy/Work/veckopengen-server | |
17 error Linux 3.19.0-58-generic | |
18 error argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "manage" "migrate" | |
19 error node v6.1.0 | |
20 error npm v3.8.9 | |
21 error code ELIFECYCLE | |
22 error [email protected] manage: `script/manage -e ./envs/local/vars.env "migrate"` | |
22 error Exit status 1 | |
23 error Failed at the [email protected] manage script 'script/manage -e ./envs/local/vars.env "migrate"'. | |
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 veckopengen-server package, | |
23 error not with npm itself. | |
23 error Tell the author that this fails on your system: | |
23 error script/manage -e ./envs/local/vars.env "migrate" | |
23 error You can get information on how to open an issue for this project with: | |
23 error npm bugs veckopengen-server | |
23 error Or if that isn't available, you can get their info via: | |
23 error npm owner ls veckopengen-server | |
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