2025 Nov 03 8:04 PM - edited 2025 Nov 03 8:11 PM
@Pa_Vi-rfc/node-rfc-library - which is not available on the standard npmjs.com registry..npmrc file, but every time I try to install the package, it throws a 403 Unauthorized error.
Request clarification before answering.
When you add the service function (using Basic Auth), the following line is automatically added to your .npmrc file (and the file is created if it doesn’t already exist):
@Pa_Vi-rfc:registry=https://73554900100900009091.npmsrv.repositories.cloud.sap
//73554900100900009091.npmsrv.repositories.cloud.sap/...
However, you need to manually update the .npmrc file to include the Base64 authentication token.
After editing, your file should look like this:
@Pa_Vi-rfc:registry=https://73554900100900009091.npmsrv.repositories.cloud.sap
//73554900100900009091.npmsrv.cdn.repositories.cloud.sap/:_auth="<base64>"
//73554900100900009091.npmsrv.repositories.cloud.sap/:_auth=<basicAuthAdded>
Once you’ve added the authentication information, try running the installation again I think it should work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.