Skip to content

Commit

Permalink
Remove SAP npm registry as it is discontinued
Browse files Browse the repository at this point in the history
Running npm install failed before because the SAP npm registry has been
discontinued.
See [1] for details.

1: https://blogs.sap.com/2020/07/02/sap-npm-packages-now-on-npmjs.org/
  • Loading branch information
fwilhe committed Jun 2, 2022
1 parent c2e8f7c commit 5708888
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 73 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ WORKDIR /usr/src/app

COPY package*.json ./

RUN npm config set @sap:registry https://npm.sap.com
RUN npm install

COPY . .
Expand Down

This file was deleted.

Loading

0 comments on commit 5708888

Please sign in to comment.