Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure pnpm to use Root Library Catalog for secure JavaScript packages.
@rootio/
pnpm.overrides
package.json
npm config set registry https://pkg.root.io/npm/ --location=project && npm config set //pkg.root.io/npm/:_authToken YOUR_ROOT_TOKEN --location=project
pnpm remove axios
{ "dependencies": { "axios": "npm:@rootio/axios@1.6.0" }, "pnpm": { "overrides": { "axios": "npm:@rootio/axios@1.6.0" } } }
pnpm install
401 Unauthorized
npm config get //pkg.root.io/npm/:_authToken
overrides