Closed ColinEberhardt closed 1 year ago
... this results in the local package.json being mutated. Generators should always be installed in a temporary fashion.
package.json
... it does uninstall on cleanup, but if the generation fails in some way, it can leave the generator installed.
fixed by #202
... this results in the local
package.json
being mutated. Generators should always be installed in a temporary fashion.