ScottLogic / openapi-forge

⚒️🔥 Effortlessly create OpenAPI clients, in a range of languages, from the fiery furnace of our forge
8 stars 7 forks source link

When using generators from npm modules, they are installed locally #198

Closed ColinEberhardt closed 1 year ago

ColinEberhardt commented 1 year ago

... this results in the local package.json being mutated. Generators should always be installed in a temporary fashion.

ColinEberhardt commented 1 year ago

... it does uninstall on cleanup, but if the generation fails in some way, it can leave the generator installed.

ColinEberhardt commented 1 year ago

fixed by #202