Version: Deno 2.3.3
When doing deno install with a correctly configured .npmrc, install fails with a 401. With the same setup with npm the install succeeds.
Repro:
- Unzip the repro project
- Try deno install and see it fail
- Try npm and see it installs
NOTE: The toke included with this project is set to expire in 90 days. It has limited read privileges.
Actual:
It fails with Deno.
$ deno install
error: Failed loading http://npm.pkg.github.com/@superiorframework%2flogger for package "@superiorframework/logger"
Caused by:
Bad response: 401
{"error":"authentication token not provided"}
$ npm install
added 5 packages, and audited 6 packages in 766ms
found 0 vulnerabilities
Expected:
It should install with Deno.
private-repo-repoduction-deno.zip

Version: Deno 2.3.3
When doing
deno installwith a correctly configured.npmrc, install fails with a 401. With the same setup with npm the install succeeds.Repro:
NOTE: The toke included with this project is set to expire in 90 days. It has limited read privileges.
Actual:
It fails with Deno.
Expected:
It should install with Deno.
private-repo-repoduction-deno.zip