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: 1. Unzip the repro project 2. Try deno install and see it fail 3. 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](https://github.com/user-attachments/files/20884348/private-repo-repoduction-deno.zip) <img width="1064" alt="Image" src="https://github.com/user-attachments/assets/9b37ad58-68b6-4991-aeed-899742c8edc5" />