ERR_PNPM_FETCH_403  GET https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz: Forbidden - 403

a year ago

Project ID: 23d83323-3001-422a-babc-3b41f4df2afe

During build I am suddenly getting an error:

ERR_PNPM_FETCH_403  GET https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz: Forbidden - 403 No authorization header was set for the request. No authorization settings were found in the configs.

On my local machine I have no issues running pnpm install

Solved

9 Replies

a year ago

Seems like NPM is having some issues


mgranty
PRO

a year ago

same here 😢



mgranty
PRO

a year ago

yeah i changed the registry here


mgranty
PRO

a year ago

thanks!


mgranty
PRO

a year ago

if you guys using bun just a bunfig.toml and add

[install]
# set default registry as a string
registry = "https://npm.jsr.io"

a year ago

Looks like the issue have been resolved, at least I am no longer getting the error ✌️


a year ago

they applied a fix and are monitoring it so it should be fully resolved soon


a year ago

!s


Status changed to Solved brody 11 months ago


Loading...