-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnpm-debug.log
25 lines (25 loc) · 1.05 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
25
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'uninstall', '-g', 'grunt' ]
2 info using [email protected]
3 info using [email protected]
4 verbose lib/node_modules/grunt unbuild
5 info preuninstall [email protected]
6 info uninstall [email protected]
7 verbose true,/usr/local/lib/node_modules,/usr/local/lib/node_modules unbuild [email protected]
8 info postuninstall [email protected]
9 error Error: EACCES, unlink '/usr/local/lib/node_modules/grunt'
9 error { [Error: EACCES, unlink '/usr/local/lib/node_modules/grunt']
9 error errno: 3,
9 error code: 'EACCES',
9 error path: '/usr/local/lib/node_modules/grunt' }
10 error Please try running this command again as root/Administrator.
11 error System Darwin 12.4.0
12 error command "node" "/usr/local/bin/npm" "uninstall" "-g" "grunt"
13 error cwd /Users/Test/Desktop/angulr
14 error node -v v0.10.35
15 error npm -v 1.4.28
16 error path /usr/local/lib/node_modules/grunt
17 error code EACCES
18 error errno 3
19 error stack Error: EACCES, unlink '/usr/local/lib/node_modules/grunt'
20 verbose exit [ 3, true ]