You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ npm run watch
> fiori_elements_tutorial@1.0.0 watch
> npx cds watch
(node:3082) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3082) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency
[INTERNAL ERROR] TypeError: DEBUG is not a function
at Server.listening (/home/user/.node_modules_global/lib/node_modules/@sap/cds-dk/lib/watch/livereload-server.js:24:16)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Please report this error.
It seams that the following code returns undefined:
const DEBUG = cds.debug('cli|watch|livereload')
The text was updated successfully, but these errors were encountered:
Use the current version of SAP Business Application Studio based on the following tutorial:
https://developers.sap.com/tutorials/fiori-tools-cap-create-application.html
It seams that the following code returns undefined:
The text was updated successfully, but these errors were encountered: