5 months 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
0 Replies
5 months ago
Seems like NPM is having some issues
5 months ago
if you guys using bun just a bunfig.toml and add
[install]
# set default registry as a string
registry = "https://npm.jsr.io"
5 months ago
Looks like the issue have been resolved, at least I am no longer getting the error ✌️
5 months ago
they applied a fix and are monitoring it so it should be fully resolved soon
5 months ago
!s
Status changed to Solved brody • 5 months ago