SAP / generator-easy-ui5

Meta-generator various project types within the UI5 Universe
https://blogs.sap.com/2021/04/09/easy-ui5-3.0-from-community-contributions-to-community-plugins/
Apache License 2.0
230 stars 72 forks source link

fix(postinstall): avoid non-existing node_modules #98

Closed petermuessig closed 2 years ago

petermuessig commented 2 years ago

In case of incompatible engines when using yarn as NPM client, it could be that the yarn install doesn't work. Therefore, we add the command line option --ignore-engines to the yarn and npm execution which will run the install command regardless of the engine version.