ui5-community / generator-ui5-project

Generator for UI5-based web-apps which use the official UI5 tooling and support multiple deployment targets such as the SAP Business Technology Platform
Apache License 2.0
33 stars 25 forks source link

Remove reference to ui5-tooling-modules in FPM TS support #60

Closed MariusFreitag closed 1 year ago

MariusFreitag commented 1 year ago

If we reference ui5-tooling-modules, we do get an error when trying to preview/run the application:

❯ npm run start

> travel@0.0.1 start
> ui5 serve --config=uimodule/ui5.yaml  --open index.html?sap-ui-xx-viewCache=false

⚠️  Process Failed With Error

Error Message:
[npm translator] Module ui5-tooling-modules is defined as UI5 dependency but missing from npm dependencies of module travel

@tobiasqueck please have a look