forked from wet-boew/codefest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
19 lines (19 loc) · 959 Bytes
/
npm-debug.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
0 info it worked if it ends with ok
1 verbose cli [ 'c:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install' ]
2 info using [email protected]
3 info using [email protected]
4 error install Couldn't read dependencies
5 error package.json ENOENT, open 'c:\Users\pjackson\GitHub\pjackson28\codefest\package.json'
5 error package.json This is most likely not a problem with npm itself.
5 error package.json npm can't find a package.json file in your current directory.
6 error System Windows_NT 6.1.7601
7 error command "c:\\Program Files\\nodejs\\node.exe" "c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
8 error cwd c:\Users\pjackson\GitHub\pjackson28\codefest
9 error node -v v0.10.24
10 error npm -v 1.3.21
11 error path c:\Users\pjackson\GitHub\pjackson28\codefest\package.json
12 error code ENOPACKAGEJSON
13 error errno 34
14 verbose exit [ 34, true ]