@rootio/ scope. Use resolutions in package.json to route the original package to its Root-patched equivalent. Auth setup differs between Yarn 1 and Yarn 3+.
Yarn 1 (Classic)
Authentication
Update package.json
Install
Yarn 3+ (Berry)
Authentication
Update package.json
Install
Troubleshooting
| Issue | Solution |
|---|---|
401 Unauthorized (Yarn 1) | Verify your token: npm config get //pkg.root.io/npm/:_authToken |
401 Unauthorized (Yarn 3) | Check npmAuthIdent is set as root:YOUR_TOKEN (not base64) |
| Resolutions not applying | Confirm the package name in resolutions matches exactly |