@rootio/ scope. You configure auth, then use overrides in package.json to map the original package name to the Root-patched version.
Authentication
Update package.json
Remove the original package and add the Root-patched version:Install
Troubleshooting
| Issue | Solution |
|---|---|
401 Unauthorized | Verify your token: npm config get //pkg.root.io/npm/:_authToken |
| Package not found | Confirm @rootio/ scoped package exists for your version |
| Overrides not applying | Ensure both dependencies and overrides reference the npm:@rootio/ alias |