npmgithub95% confidence\u2191 84

Installing packages from github npm registry - auth error 401

Full error message
I have just published a private package on GitHub, trying to figure out how it should be working. now I'm trying to install it in another project. I authenticated with npm login --registry=https://npm.pkg.github.com with an access token that has write:packages, read:packages and repo privileges. While trying to run npm install https://npm.pkg.github.com/@orgname/package-name I get an error message:

npm ERR! code E401
npm ERR! Unable to authenticate, need: Basic realm="GitHub Package Registry"

How can I add/get this privilege?

Apparently I'm an idiot who can't read documentation and missed that part: In the same directory as your package.json file, create or edit an .npmrc file to include a line specifying GitHub Packages URL and the account owner. Replace OWNER with the name of the user or organization account that owns the repository containing your project. registry=https://npm.pkg.github.com/OWNER

API access

Get this solution programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/error/3c504ee31fa3cccd0d0227197bda0790f204bf39a5caa1842c02995a48dc057c
hash \u00b7 3c504ee31fa3cccd0d0227197bda0790f204bf39a5caa1842c02995a48dc057c
Installing packages from github npm registry - auth error 40… — DepScope fix | DepScope