-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnpm-debug.log
23 lines (23 loc) · 978 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
22
23
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 verbose node symlink C:\Program Files\nodejs\\node.exe
5 verbose read json D:\git\shopping\package.json
6 error install Couldn't read dependencies
7 error Error: ENOENT, open 'D:\git\shopping\package.json'
8 error If you need help, you may report this log at:
8 error <http://github.com/isaacs/npm/issues>
8 error or email it to:
8 error <[email protected]>
9 error System Windows_NT 6.1.7601
10 error command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
11 error cwd D:\git\shopping
12 error node -v v0.8.15
13 error npm -v 1.1.66
14 error path D:\git\shopping\package.json
15 error code ENOENT
16 error errno 34
17 verbose exit [ 34, true ]