When i try fly deploy i got below error , I use node.js PNPM
WARN GET https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz error (ERR_PNPM_FETCH_304). Will retry in 10 seconds. 2 retries left.
When i try fly deploy i got below error , I use node.js PNPM
WARN GET https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz error (ERR_PNPM_FETCH_304). Will retry in 10 seconds. 2 retries left.
Try setting https://registry.npmmirror.com as registry. I have faced this issue and using the mirror registry fixed it.
pnpm config set registry https://registry.npmmirror.com
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.