Skip to content

Instantly share code, notes, and snippets.

@g8d3
Created June 11, 2014 02:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save g8d3/bf5f26177692f5726e55 to your computer and use it in GitHub Desktop.
Save g8d3/bf5f26177692f5726e55 to your computer and use it in GitHub Desktop.
cat npm-debug.log
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'uninstall', '-g', 'meteorite' ]
2 info using npm@1.4.10
3 info using node@v0.10.28
4 verbose node symlink /usr/local/bin/node
5 info /usr/local/lib/node_modules/meteorite unbuild
6 info preuninstall meteorite@0.7.4
7 info uninstall meteorite@0.7.4
8 verbose true,/usr/local/lib/node_modules,/usr/local/lib/node_modules unbuild meteorite@0.7.4
9 verbose /usr/local/bin,[object Object] binRoot
10 error Refusing to delete: /usr/local/bin/mrt not in /usr/local/lib/node_modules/meteorite
File exists: /usr/local/bin/mrt
Move it away, and try again.
11 error System Darwin 13.1.0
12 error command "node" "/usr/local/bin/npm" "uninstall" "-g" "meteorite"
13 error cwd /Users/pills/code/workers-list
14 error node -v v0.10.28
15 error npm -v 1.4.10
16 error path /usr/local/bin/mrt
17 error code EEXIST
18 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment