-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
50 additions
and
2 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
0 info it worked if it ends with ok | ||
1 verbose cli [ '/home/sk/node/bin/node', | ||
1 verbose cli '/home/sk/node/bin/npm', | ||
1 verbose cli 'run', | ||
1 verbose cli 'lint' ] | ||
2 info using npm@4.0.5 | ||
3 info using node@v7.4.0 | ||
4 verbose run-script [ 'prelint', 'lint', 'postlint' ] | ||
5 info lifecycle babel-plugin-inferno@1.7.0~prelint: babel-plugin-inferno@1.7.0 | ||
6 silly lifecycle babel-plugin-inferno@1.7.0~prelint: no script for prelint, continuing | ||
7 info lifecycle babel-plugin-inferno@1.7.0~lint: babel-plugin-inferno@1.7.0 | ||
8 verbose lifecycle babel-plugin-inferno@1.7.0~lint: unsafe-perm in lifecycle true | ||
9 verbose lifecycle babel-plugin-inferno@1.7.0~lint: PATH: /home/sk/node/lib/node_modules/npm/bin/node-gyp-bin:/media/sk/ssd-data/GIT/babel-plugin-inferno/node_modules/.bin:/home/sk/node/bin:/home/sk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin | ||
10 verbose lifecycle babel-plugin-inferno@1.7.0~lint: CWD: /media/sk/ssd-data/GIT/babel-plugin-inferno | ||
11 silly lifecycle babel-plugin-inferno@1.7.0~lint: Args: [ '-c', 'eslint lib' ] | ||
12 silly lifecycle babel-plugin-inferno@1.7.0~lint: Returned: code: 1 signal: null | ||
13 info lifecycle babel-plugin-inferno@1.7.0~lint: Failed to exec lint script | ||
14 verbose stack Error: babel-plugin-inferno@1.7.0 lint: `eslint lib` | ||
14 verbose stack Exit status 1 | ||
14 verbose stack at EventEmitter.<anonymous> (/home/sk/node/lib/node_modules/npm/lib/utils/lifecycle.js:279: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> (/home/sk/node/lib/node_modules/npm/lib/utils/spawn.js:40: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:885:16) | ||
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) | ||
15 verbose pkgid babel-plugin-inferno@1.7.0 | ||
16 verbose cwd /media/sk/ssd-data/GIT/babel-plugin-inferno | ||
17 error Linux 4.4.0-59-generic | ||
18 error argv "/home/sk/node/bin/node" "/home/sk/node/bin/npm" "run" "lint" | ||
19 error node v7.4.0 | ||
20 error npm v4.0.5 | ||
21 error code ELIFECYCLE | ||
22 error babel-plugin-inferno@1.7.0 lint: `eslint lib` | ||
22 error Exit status 1 | ||
23 error Failed at the babel-plugin-inferno@1.7.0 lint script 'eslint lib'. | ||
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 babel-plugin-inferno package, | ||
23 error not with npm itself. | ||
23 error Tell the author that this fails on your system: | ||
23 error eslint lib | ||
23 error You can get information on how to open an issue for this project with: | ||
23 error npm bugs babel-plugin-inferno | ||
23 error Or if that isn't available, you can get their info via: | ||
23 error npm owner ls babel-plugin-inferno | ||
23 error There is likely additional logging output above. | ||
24 verbose exit [ 1, true ] |
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