How to remove a Yeoman generator -
i accidentally installed generator don't want.
can't find method remove it.
should accomplish this?
generators normal npm modules, can remove with
npm uninstall -g generator-[nameofgenerator]
i accidentally installed generator don't want.
can't find method remove it.
should accomplish this?
generators normal npm modules, can remove with
npm uninstall -g generator-[nameofgenerator]
Comments
Post a Comment