ui5-community / generator-ui5-ts-app

Generator for UI5 applications using TypeScript which use the official UI5 tooling. This generator was built as a plug-in for the community project Easy UI5 by SAP.
Apache License 2.0
20 stars 15 forks source link

feat: upgrade to Yeoman 5.x / fix for auto installer #3

Closed petermuessig closed 2 years ago

petermuessig commented 2 years ago

Hi Marius,

take a look into the generator - in the easy-ui5, you need to just take over the code from the constructor to disable the npm install happening in Yeoman 5 automatically with the new package-manager code.

Cheers, Peter

petermuessig commented 2 years ago

@IObert : thanks for reminding me - I re-added the setupCompleted flag: https://github.com/ui5-community/generator-ui5-ts-app/commit/03e8d81b261a83be3d77d46d72a16770f7a83f10