cancel
Showing results for 
Search instead for 
Did you mean: 

No 'impl' configured for 'cds.requires.hana' while doing cds watch

durgaprasanth_vemula
Participant
0 Kudos

Hi,

No 'impl' configured for 'cds.requires.hana' while cds_ENV=production cds watch

View Entire Topic
chgeo
Advisor
Advisor
0 Kudos

Please make sure to be on latest `@sap/cds-dk`

npm i -g @sap/cds-dk

Also start a new bash instance to make the new version the active one:

bash
durgaprasanth_vemula
Participant
0 Kudos

Hi Christian,

still facing the same issue.

Thanks

Durga Prasanth

0 Kudos

Hi,

you have put "hana" into "requires", however, it must be put in "cds" node in package.json.

Best regards,

Mikhail Goncharov