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
In Section Pull Latest Base Model :
when executing this command: cds pull --from http://localhost:4004 -u bob,
I'm getting a blank node_modules@capire\incidents folder.
As a workaround to continue with cds pull not working the exercise, I did the following:
Create an index.cds file in the incidents folder, with the following contents:
namespacesap.capire.incmgt;//> important for reflectionusingfrom'./db/schema';usingfrom'./srv/incidents-service';usingfrom'./app/fiori';
do a cds compile (Compiles to CSN format) and copy the contents of that file to the node_modules/@capire/incidents folder. Name that file as index.csn, and continue with the exercise.
Hi there,
Just trying to follow Step 3: https://github.com/SAP-samples/teched2022-AD264/wiki/3.-Custom-Extensions
Am using VS Code 1.73.1
with @sap/cds-dk v6.3.1
In Section Pull Latest Base Model :
when executing this command: cds pull --from http://localhost:4004 -u bob,
I'm getting a blank node_modules@capire\incidents folder.
@chgeo FYI.
The text was updated successfully, but these errors were encountered: