From 242dac656077f5e11518c6076504b62341b56877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20Gro=C3=9F?= Date: Mon, 4 Sep 2017 08:53:14 +0200 Subject: [PATCH] removed npm-debug.log; added to gitignore --- .gitignore | 1 + npm-debug.log | 45 --------------------------------------------- 2 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 npm-debug.log diff --git a/.gitignore b/.gitignore index cf55c51..3e48c11 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/* +npm-debug.log diff --git a/npm-debug.log b/npm-debug.log deleted file mode 100644 index db1b7b0..0000000 --- a/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', 'watch' ] -2 info using npm@3.10.10 -3 info using node@v6.11.1 -4 verbose run-script [ 'prewatch', 'watch', 'postwatch' ] -5 info lifecycle generative-design-library.js@0.1.1~prewatch: generative-design-library.js@0.1.1 -6 silly lifecycle generative-design-library.js@0.1.1~prewatch: no script for prewatch, continuing -7 info lifecycle generative-design-library.js@0.1.1~watch: generative-design-library.js@0.1.1 -8 verbose lifecycle generative-design-library.js@0.1.1~watch: unsafe-perm in lifecycle true -9 verbose lifecycle generative-design-library.js@0.1.1~watch: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/hb/Documents/github/generative-design-library.js/node_modules/.bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/Applications/LilyPond.app/Contents/Resources/bin/:/Users/hb/bin:/usr/local/bin:/Users/hb/.rvm/gems/ruby-1.9.3-p374/bin:/Users/hb/.rvm/gems/ruby-1.9.3-p374@global/bin:/Users/hb/.rvm/rubies/ruby-1.9.3-p374/bin:/Users/hb/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin -10 verbose lifecycle generative-design-library.js@0.1.1~watch: CWD: /Users/hb/Documents/github/generative-design-library.js -11 silly lifecycle generative-design-library.js@0.1.1~watch: Args: [ '-c', 'watch \'npm run bundle\' .' ] -12 silly lifecycle generative-design-library.js@0.1.1~watch: Returned: code: 1 signal: null -13 info lifecycle generative-design-library.js@0.1.1~watch: Failed to exec watch script -14 verbose stack Error: generative-design-library.js@0.1.1 watch: `watch 'npm run bundle' .` -14 verbose stack Exit status 1 -14 verbose stack at EventEmitter. (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:255: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: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:891:16) -14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) -15 verbose pkgid generative-design-library.js@0.1.1 -16 verbose cwd /Users/hb/Documents/github/generative-design-library.js -17 error Darwin 16.6.0 -18 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "watch" -19 error node v6.11.1 -20 error npm v3.10.10 -21 error code ELIFECYCLE -22 error generative-design-library.js@0.1.1 watch: `watch 'npm run bundle' .` -22 error Exit status 1 -23 error Failed at the generative-design-library.js@0.1.1 watch script 'watch 'npm run bundle' .'. -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 generative-design-library.js package, -23 error not with npm itself. -23 error Tell the author that this fails on your system: -23 error watch 'npm run bundle' . -23 error You can get information on how to open an issue for this project with: -23 error npm bugs generative-design-library.js -23 error Or if that isn't available, you can get their info via: -23 error npm owner ls generative-design-library.js -23 error There is likely additional logging output above. -24 verbose exit [ 1, true ]