From b8e39e0e2348297430417b2fc2a140ae38617068 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Thu, 30 Jun 2016 23:04:24 -0700 Subject: [PATCH] ignore npm-debug.log --- .gitignore | 1 + app/npm-debug.log | 45 --------------------------------------------- 2 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 app/npm-debug.log diff --git a/.gitignore b/.gitignore index b90a368f..32b3ece9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules .next +npm-debug.log diff --git a/app/npm-debug.log b/app/npm-debug.log deleted file mode 100644 index 3808a847..00000000 --- a/app/npm-debug.log +++ /dev/null @@ -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. (/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. (/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 ]