cancel
Showing results for 
Search instead for 
Did you mean: 

TypeError: Cannot read properties of undefined (reading 'keywords')

kaizen9
Explorer
View Entire Topic
patricebender
Product and Topic Expert
Product and Topic Expert

You are using cds@7.6.2, I was able to reproduce the issue with this version.

→ Please run `npm install` again, the error has been fixed with `@sap/cds@7.9^`.

 

kaizen9
Explorer
0 Kudos

Even after running the npm install, the error was still there but then I had to manually update package.json and package-lock.json with "@sap/cds": "7.9.2" and then cds watch started and everntually application.

But it worked, thanks @patricebender. Now I'm ready to take over next challenge already ; ) 

kaizen9_0-1716390610682.png