Skip to content

Commit af7fb7f

Browse files
authored
Update btp-app-kyma-prepare-dev-environment.md
1 parent 0fc1b41 commit af7fb7f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

tutorials/btp-app-kyma-prepare-dev-environment/btp-app-kyma-prepare-dev-environment.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ primary_tag: software-product-function>sap-cloud-application-programming-model
2323
- [Prepare for SAP BTP Development](btp-app-kyma-prepare-btp)
2424
- For Windows, you'll need Chocolatey. This is a package manager that will speed up and ease installation of the tools in this tutorial. See how to install Chocolatey in [Setup/Install](https://docs.chocolatey.org/en-us/choco/setup).
2525
- You have prepared a container registry and you've logged in to the container registry through your CLI. A container registry is a repo where you can push your docker images. SAP BTP doesn't currently provide a container registry. You can use any container registry offering as long as it can be reached from public Internet.
26+
- Make sure your `package.json` is using `@sap/cds 6.0.1` or newer and you have `@sap/cds-dk 6.0.1` or newer globally installed:
27+
To check it, do the following in your project directory:
28+
29+
1. Run `npm install` to install your local package
30+
2. Run `cds version` to see the globally installed `@sap/cds-dk` and your locally installed `@sap/cds`
31+
32+
To upgrade, run:
33+
34+
1. `npm install @sap/cds@>=6`
35+
2. `npm install -g @sap/cds-dk@>=6`
2636

2737
## Details
2838

0 commit comments

Comments
 (0)