Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.25.0 prompts about fetching metadata #380

Closed
merceyz opened this issue Feb 20, 2024 · 0 comments · Fixed by #383
Closed

v0.25.0 prompts about fetching metadata #380

merceyz opened this issue Feb 20, 2024 · 0 comments · Fixed by #383

Comments

@merceyz
Copy link
Member

merceyz commented Feb 20, 2024

#360 started prompting about downloading software but it also prompts for fetching data from the registry which seems unintentional.

docker run --rm -it node:20.11.1 bash
mkdir -p /root/.cache/node/corepack
npm install -g corepack@0.25.0
corepack enable
yarn -v

Prints the following:

Corepack is about to download https://registry.npmjs.org/yarn.

Do you want to continue? [Y/n] y
Corepack is about to download https://registry.yarnpkg.com/yarn/-/yarn-1.22.21.tgz.

Do you want to continue? [Y/n] y
1.22.21
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant