I accidentally installed a generator that I don\'t want. I can\'t find any method to remove it. What should I do to accomplish this?
Generators are just normal npm modules, so you can remove it with
npm uninstall -g generator-[nameOfGenerator]