Skip to content

Troubleshooting

Nuget access

To have access to the required CoreConnect nuget packages, you must have access to the RB2 nuget feed. For this you need to be part of the rb2 organisation in Github. Contact your Tech Lead to get access. Once you have access, you can create a personal access token using this guide. This token can then be used to authenticate Nuget, using the following command:

Terminal window
# Setup nuget source
dotnet nuget add source https://nuget.pkg.github.com/rb2-bv/index.json -n rb2nl -u <Github_Username> -p <Personal_Access_Token> --store-password-in-clear-text

Alternatively, you can use visual studio to setup the feed manually:

  1. To add nuget as a source go to visual studio > preference > NuGet > Sources and click Add.
  2. Name the feed rb2nl with source
Terminal window
https://nuget.pkg.github.com/rb2-bv/index.json

NPM

To access the CLI, as well as some other proprietary NPM packages, you need to setup access to the RB2 feed. Paste the following command into the terminal, and follow authentication instructions:

Terminal window
npm login --scope=rb2-bv --auth-type=legacy --registry=https://npm.pkg.github.com