-
Notifications
You must be signed in to change notification settings - Fork 2
/
npm-debug.log
24 lines (24 loc) · 1.11 KB
/
npm-debug.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/4.2.1/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install' ]
2 info using [email protected]
3 info using [email protected]
4 verbose config Skipping project config: /Users/IsaacL/.npmrc. (matches userconfig)
5 verbose readDependencies loading dependencies from /Users/IsaacL/package.json
6 error install Couldn't read dependencies
7 verbose stack Error: ENOENT: no such file or directory, open '/Users/IsaacL/package.json'
7 verbose stack at Error (native)
8 verbose cwd /Users/IsaacL/dev/workspace/deployed/music
9 error Darwin 15.2.0
10 error argv "/usr/local/Cellar/node/4.2.1/bin/node" "/usr/local/bin/npm" "install"
11 error node v4.2.1
12 error npm v2.14.7
13 error path /Users/IsaacL/package.json
14 error code ENOPACKAGEJSON
15 error errno -2
16 error syscall open
17 error package.json ENOENT: no such file or directory, open '/Users/IsaacL/package.json'
17 error package.json This is most likely not a problem with npm itself.
17 error package.json npm can't find a package.json file in your current directory.
18 verbose exit [ -2, true ]