-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm-debug.log
More file actions
21 lines (21 loc) · 982 Bytes
/
npm-debug.log
File metadata and controls
21 lines (21 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'install' ]
2 info using npm@2.10.1
3 info using node@v0.12.4
4 verbose node symlink /usr/local/bin/node
5 verbose readDependencies loading dependencies from /Users/davefischoff/Sites/hamp/package.json
6 error install Couldn't read dependencies
7 verbose stack Error: ENOENT, open '/Users/davefischoff/Sites/hamp/package.json'
7 verbose stack at Error (native)
8 verbose cwd /Users/davefischoff/Sites/hamp
9 error Darwin 15.3.0
10 error argv "node" "/usr/local/bin/npm" "install"
11 error node v0.12.4
12 error npm v2.10.1
13 error path /Users/davefischoff/Sites/hamp/package.json
14 error code ENOPACKAGEJSON
15 error errno -2
16 error package.json ENOENT, open '/Users/davefischoff/Sites/hamp/package.json'
16 error package.json This is most likely not a problem with npm itself.
16 error package.json npm can't find a package.json file in your current directory.
17 verbose exit [ -2, true ]