Browse Source

Remove npm-debug.log

Taylor Bockman 8 years ago
parent
commit
b58210ba19
  1. 2
      .gitignore
  2. 24
      npm-debug.log

2
.gitignore vendored

@ -31,3 +31,5 @@ helm-adaptive-history
plugged
bundle/**
autoload/
npm-debug.log

24
npm-debug.log

@ -1,24 +0,0 @@
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/5.2.0/bin/node',
1 verbose cli '/Users/tbockman/projects/finechina/node_modules/.bin/npm',
1 verbose cli 'run',
1 verbose cli 'test' ]
2 info using npm@3.8.8
3 info using node@v5.2.0
4 verbose config Skipping project config: /Users/tbockman/.npmrc. (matches userconfig)
5 verbose stack Error: ENOENT: no such file or directory, open '/Users/tbockman/package.json'
5 verbose stack at Error (native)
6 verbose cwd /Users/tbockman/essentials
7 error Darwin 14.5.0
8 error argv "/usr/local/Cellar/node/5.2.0/bin/node" "/Users/tbockman/projects/finechina/node_modules/.bin/npm" "run" "test"
9 error node v5.2.0
10 error npm v3.8.8
11 error path /Users/tbockman/package.json
12 error code ENOENT
13 error errno -2
14 error syscall open
15 error enoent ENOENT: no such file or directory, open '/Users/tbockman/package.json'
16 error enoent ENOENT: no such file or directory, open '/Users/tbockman/package.json'
16 error enoent This is most likely not a problem with npm itself
16 error enoent and is related to npm not being able to find a file.
17 verbose exit [ -2, true ]
Loading…
Cancel
Save