-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnpm-debug.log
More file actions
20 lines (20 loc) · 901 Bytes
/
Copy pathnpm-debug.log
File metadata and controls
20 lines (20 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'uninstall', '-g', 'casperjs' ]
2 info using npm@1.4.28
3 info using node@v0.10.36
4 verbose lib/node_modules/casperjs unbuild
5 info preuninstall casperjs@1.1.0-beta3
6 info uninstall casperjs@1.1.0-beta3
7 verbose true,/usr/local/lib/node_modules,/usr/local/lib/node_modules unbuild casperjs@1.1.0-beta3
8 verbose /usr/local/bin,[object Object] binRoot
9 error Refusing to delete: /usr/local/bin/casperjs not in /usr/local/lib/node_modules/casperjs
File exists: /usr/local/bin/casperjs
Move it away, and try again.
10 error System Darwin 14.0.0
11 error command "node" "/usr/local/bin/npm" "uninstall" "-g" "casperjs"
12 error cwd /Users/hannahcarney1/Desktop/Programming/MazeGame
13 error node -v v0.10.36
14 error npm -v 1.4.28
15 error path /usr/local/bin/casperjs
16 error code EEXIST
17 verbose exit [ 1, true ]