2 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
2 months ago
Seems like NPM is having some issues
2 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"
2 months ago
Looks like the issue have been resolved, at least I am no longer getting the error āļø
2 months ago
they applied a fix and are monitoring it so it should be fully resolved soon
2 months ago
!s
Status changed to Solved brody ⢠2 months ago