mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
ignore npm-debug.log
This commit is contained in:
parent
1a1178bd38
commit
b8e39e0e23
2 changed files with 1 additions and 45 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
node_modules
|
||||
.next
|
||||
npm-debug.log
|
||||
|
|
|
|||
|
|
@ -1,45 +0,0 @@
|
|||
0 info it worked if it ends with ok
|
||||
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'lint' ]
|
||||
2 info using npm@3.9.3
|
||||
3 info using node@v6.2.1
|
||||
4 verbose run-script [ 'prelint', 'lint', 'postlint' ]
|
||||
5 info lifecycle hyperterm-web@0.0.1~prelint: hyperterm-web@0.0.1
|
||||
6 silly lifecycle hyperterm-web@0.0.1~prelint: no script for prelint, continuing
|
||||
7 info lifecycle hyperterm-web@0.0.1~lint: hyperterm-web@0.0.1
|
||||
8 verbose lifecycle hyperterm-web@0.0.1~lint: unsafe-perm in lifecycle true
|
||||
9 verbose lifecycle hyperterm-web@0.0.1~lint: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/rauchg/Projects/zeit/hyperterm/app/node_modules/.bin:/usr/local/bin:/Users/rauchg/google-cloud-sdk/bin:/Users/rauchg/.rvm/gems/ruby-2.2.1/bin:/Users/rauchg/.rvm/gems/ruby-2.2.1@global/bin:/Users/rauchg/.rvm/rubies/ruby-2.2.1/bin:/Users/rauchg/google-cloud-sdk/bin:./node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:./bin:/Users/rauchg/bin:/Users/rauchg/.rvm/bin:/Users/rauchg/go/bin:/usr/local/opt/go/libexec/bin
|
||||
10 verbose lifecycle hyperterm-web@0.0.1~lint: CWD: /Users/rauchg/Projects/zeit/hyperterm/app
|
||||
11 silly lifecycle hyperterm-web@0.0.1~lint: Args: [ '-c', 'eslint *.js' ]
|
||||
12 silly lifecycle hyperterm-web@0.0.1~lint: Returned: code: 1 signal: null
|
||||
13 info lifecycle hyperterm-web@0.0.1~lint: Failed to exec lint script
|
||||
14 verbose stack Error: hyperterm-web@0.0.1 lint: `eslint *.js`
|
||||
14 verbose stack Exit status 1
|
||||
14 verbose stack at EventEmitter.<anonymous> (/usr/local/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/local/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:852:16)
|
||||
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
|
||||
15 verbose pkgid hyperterm-web@0.0.1
|
||||
16 verbose cwd /Users/rauchg/Projects/zeit/hyperterm/app
|
||||
17 error Darwin 15.4.0
|
||||
18 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "lint"
|
||||
19 error node v6.2.1
|
||||
20 error npm v3.9.3
|
||||
21 error code ELIFECYCLE
|
||||
22 error hyperterm-web@0.0.1 lint: `eslint *.js`
|
||||
22 error Exit status 1
|
||||
23 error Failed at the hyperterm-web@0.0.1 lint script 'eslint *.js'.
|
||||
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 hyperterm-web package,
|
||||
23 error not with npm itself.
|
||||
23 error Tell the author that this fails on your system:
|
||||
23 error eslint *.js
|
||||
23 error You can get information on how to open an issue for this project with:
|
||||
23 error npm bugs hyperterm-web
|
||||
23 error Or if that isn't available, you can get their info via:
|
||||
23 error npm owner ls hyperterm-web
|
||||
23 error There is likely additional logging output above.
|
||||
24 verbose exit [ 1, true ]
|
||||
Loading…
Reference in a new issue