Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit 520ce8e

Browse files
Remove @SAP:registry
1 parent 0527377 commit 520ce8e

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)

AltStyle によって変換されたページ (->オリジナル) /