SAP-samples / btp-end-to-end-scenario-use-cases

A collection of use cases and samples for building end-to-end extension scenarios on SAP BTP.
Apache License 2.0
18 stars 10 forks source link

"dependencies" generated value in package.json is not according to the tutorial #28

Closed RubenStefanssen closed 2 weeks ago

RubenStefanssen commented 2 weeks ago

After running

cds add hana --for production

in terminal, the "dependencies" generated value in package.json is not according to the tutorial

"@sap/cds-hana": "^x"

but is

"@cap-js/hana": "^1"

navinkrishnan commented 2 weeks ago

@cap-js/hana is the latest driver. Our document were updated to reflect this change https://github.com/SAP-samples/btp-end-to-end-scenario-use-cases/blob/main/topic3/production.md

Where do you see @sap/cds-hana ?

RubenStefanssen commented 2 weeks ago

On https://developers.sap.com/tutorials/prep-for-prod.html

On Tue, Sep 3, 2024 at 4:17 PM Navin Krishnan @.***> wrote:

@cap-js/hana is the latest driver. Our document were updated to reflect this change https://github.com/SAP-samples/btp-end-to-end-scenario-use-cases/blob/main/topic3/production.md

Where do you see @sap/cds-hana ?

— Reply to this email directly, view it on GitHub https://github.com/SAP-samples/btp-end-to-end-scenario-use-cases/issues/28#issuecomment-2326646307, or unsubscribe https://github.com/notifications/unsubscribe-auth/BIYRPB4QHJOBBSCS5FKNP5DZUXAG7AVCNFSM6AAAAABNSFCBIKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRWGY2DMMZQG4 . You are receiving this because you authored the thread.Message ID: @.*** .com>

navinkrishnan commented 2 weeks ago

Tutorials are in process of update as cds 8 is recently released. It will reflect these changes sooner. Thanks