Github
Troubleshooting
Troubleshooting guide for GitHub issues.
Installing / Updating Packages
Local yarn install or npm install and Github Actions installations can fail due to authentication issues.
Observation
An error similar to the following is encountered when installing dependencies:
- Response Code: 403 Forbidden
- YN0041: │ @es-profiler/open-source-licenses@npm:^1.1.5: Invalid authentication (as an unknown user)
Cause
- Token not configured
- Incorrect token scope
- Token has expired
Resolution
- Local installation
- See Github Packages following guidance for Option A
- Then follow instructions for Setup Package Manager Token
- Github Actions
- See Github Packages following guidance for Option B

