You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This kind of problem is related to the network and mirroring. You can first copy the resource link starting with https://registry.yarnpkg.com to the browser to see if it can be opened normally. If not, you can determine that it is a network problem.
Then you can manually find the link containing https://registry.yarnpkg.com from the pnpm-lock.yaml file, and then manually replace it with https://registry.npmmirror.com to completing the build, of course I will also macro update the pnpm version and lock file in the next version.
I am trying to add some plugins (by creating a new answer binary) and run into the issue as well. This is an isolated environment with mirror access only. I am following https://answer.apache.org/docs/plugins#docker-build here. Can someone confirm please that modifying the pnpm-lock.yaml is not possible that way as it is not pre-existing before running ./answer build? Would there be another workaround?
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
npm config set registry https://registry.npmmirror.com
Resolve
Maybe you should delete pnpm-lock.yaml and re generate it
The text was updated successfully, but these errors were encountered: