npm update -g graphcool
I'm upgrading from v 0.5 to the latest graphcool client and I'm getting the following error
npm ERR! path /usr/local/bin/gc
npm ERR! code EEXIST
npm ERR! Refusing to delete /usr/local/bin/gc: is outside /usr/local/lib/node_modules/graphcool and not a link
npm ERR! File exists: /usr/local/bin/gc
npm ERR! Move it away, and try again.
What is /usr/local/bin/gc and should I delete it like it's asking for?