How can I uninstall elm? I downloaded the installer-for-mac.pkg from here and saw afterwards that it is also released on npmjs.com
Because I prefer to install elm as a global npm package I want to uninstall it first. But how? 馃
All it does is put the elm binary in /usr/local/bin, so you can delete it from there if you want. If my memory is correct, it doesn't do anything else on Mac.
Most helpful comment
All it does is put the
elmbinary in/usr/local/bin, so you can delete it from there if you want. If my memory is correct, it doesn't do anything else on Mac.