How to set up credentials for the angular library/applications?
To set up credentials to access Quark artifacts:
- To access Quark artifacts, create a .npmrc file in the directory C:\Users and copy the code below to the user .npmrc file.
- Generate Base64 encoded personal access token:
- From command/shell prompt run:
- Paste your personal access token value and press Enter/Return.
- Copy the Base64 encoded value.
- Replace both [BASE64_ENCODED_PERSONAL_ACCESS_TOKEN] values in the .npmrc file with your Base64 encoded value from Step 2.