-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
21 lines (21 loc) · 1.1 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
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'install' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink /usr/local/bin/node
5 verbose read json /Users/Tizze/Documents/Projects/js-mcv-meetup/Presentation/Angular-Design-Patterns-Best-Practices-master/package.json
6 error install Couldn't read dependencies
7 error Error: ENOENT, open '/Users/Tizze/Documents/Projects/js-mcv-meetup/Presentation/Angular-Design-Patterns-Best-Practices-master/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 Darwin 12.2.1
10 error command "node" "/usr/local/bin/npm" "install"
11 error cwd /Users/Tizze/Documents/Projects/js-mcv-meetup/Presentation/Angular-Design-Patterns-Best-Practices-master
12 error node -v v0.8.20
13 error npm -v 1.1.71
14 error path /Users/Tizze/Documents/Projects/js-mcv-meetup/Presentation/Angular-Design-Patterns-Best-Practices-master/package.json
15 error code ENOENT
16 error errno 34
17 verbose exit [ 34, true ]