Skip to content

Commit 4dfe75e

Browse files
committed
Automatic commit: Move 'cap-extend-sfsf-add-logic' from QA to Production
1 parent fb59df1 commit 4dfe75e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/cap-extend-sfsf-add-logic/cap-extend-sfsf-add-logic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ In the **Terminal** type `cd ..` and press **Enter** to go back to the **project
196196

197197
![Figure 9 – Change back to project root](change-to-project.png)
198198

199-
>**NOTE**: newer versions of CDS have handed over to **SAP Cloud SDK** the creation of HTTP clients for making HTTP requests to external services, using the `@sap-cloud-sdk/http-client` node package. So, if you jump-started your CAP project, **before such CDS update**, that dependency might not have been included in your `package.json` file, and, thus, not installed when you ran `npm install`. Before testing the handler, please verify that you have `@sap-cloud-sdk/http-client` listed in the dependencies of your `package.json` and, if not, run: `npm install @sap-cloud-sdk/http-client`.
199+
>**IMPORTANT**: newer versions of CDS have handed over to **SAP Cloud SDK** the creation of HTTP clients for making HTTP requests to external services, using the `@sap-cloud-sdk/http-client` node package. So, if you jump-started your CAP project, **before such CDS update**, that dependency might not have been included in your `package.json` file, and, thus, not installed when you ran `npm install`. Before testing the handler, please verify that you have `@sap-cloud-sdk/http-client` listed in the dependencies of your `package.json` and, if not, run: `npm install @sap-cloud-sdk/http-client`.
200200
201201
Once again type `cds watch` and press **Enter**. Then `CTRL+Click` on the `http://localhost:4004` link to launch the **application home page**.
202202

0 commit comments

Comments
 (0)