-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnpm-debug.log
21 lines (21 loc) · 944 Bytes
/
npm-debug.log
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 [ '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 Error: ENOENT, open 'c:\Users\Randy\Documents\GitHub\Project_1\package.json'
6 error If you need help, you may report this log at:
6 error <http://github.com/isaacs/npm/issues>
6 error or email it to:
6 error <[email protected]>
7 error System Windows_NT 6.1.7601
8 error command "c:\\Program Files\\nodejs\\node.exe" "c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
9 error cwd c:\Users\Randy\Documents\GitHub\Project_1
10 error node -v v0.10.13
11 error npm -v 1.3.2
12 error path c:\Users\Randy\Documents\GitHub\Project_1\package.json
13 error code ENOENT
14 error errno 34
15 verbose exit [ 34, true ]