Skip to content

Instantly share code, notes, and snippets.

@tiagoeborsanyi
Created August 4, 2016 19:37
Show Gist options
  • Save tiagoeborsanyi/17340fab0abbc8fc30a489fb795454c2 to your computer and use it in GitHub Desktop.
Save tiagoeborsanyi/17340fab0abbc8fc30a489fb795454c2 to your computer and use it in GitHub Desktop.
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'build' ]
2 info using npm@2.15.5
3 info using node@v4.4.5
4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
5 info prebuild cliente@
6 info build cliente@
7 verbose unsafe-perm in lifecycle true
8 info cliente@ Failed to exec build script
9 verbose stack Error: cliente@ build: `cross-env NODE_ENV=production webpack --progress --hide-modules`
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 cliente@
11 verbose cwd /home/tiago/Dropbox/meetup/nodebr-06-08-16/vue-node-notes/cliente
12 error Linux 3.19.0-59-generic
13 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "build"
14 error node v4.4.5
15 error npm v2.15.5
16 error file sh
17 error code ELIFECYCLE
18 error errno ENOENT
19 error syscall spawn
20 error cliente@ build: `cross-env NODE_ENV=production webpack --progress --hide-modules`
20 error spawn ENOENT
21 error Failed at the cliente@ build script 'cross-env NODE_ENV=production webpack --progress --hide-modules'.
21 error This is most likely a problem with the cliente package,
21 error not with npm itself.
21 error Tell the author that this fails on your system:
21 error cross-env NODE_ENV=production webpack --progress --hide-modules
21 error You can get information on how to open an issue for this project with:
21 error npm bugs cliente
21 error Or if that isn't available, you can get their info via:
21 error
21 error npm owner ls cliente
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