Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit c412e7f

Browse files
author
Marius Obert
authored
Merge pull request #26 from gregorwolf/master
Remove @SAP:registry
2 parents 0527377 + 520ce8e commit c412e7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/01/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ After completing these steps you'll have a working local environment for develop
1212

1313
The CDS command line tool is the heart of everything you do when developing CAP services locally. It is Node.js based and comes in the form of an NPM package (which further depends on other packages). The package and its dependencies are in the `@sap` namespace and are available from the [SAP NPM registry](https://blogs.sap.com/2017/05/16/sap-npm-registry-launched-making-the-lives-of-node.js-developers-easier/).
1414

15-
:point_right: First, relate the `@sap` namespace to the SAP NPM registry:
15+
:point_right: First, delete the reation of the `@sap` namespace to the SAP NPM registry (It's not updated anymore since June 2020):
1616

1717
```sh
1818
user@host:~
19-
=> npm set @sap:registry=https://npm.sap.com
19+
=> npm config delete "@sap:registry"
2020
```
2121

2222
:point_right: Check that this setting is now saved in your configuration, with:

0 commit comments

Comments
 (0)