We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If yarn is enabled in the toolchain, then any invocation of node or yarn is causing the Yarn Version Index to be refetched.
yarn
toolchain
node
This can be seen by watching for the Fetching public registry: ... spinner, which flashes whenever a command is executed.
Fetching public registry: ...
The text was updated successfully, but these errors were encountered:
Prevent unneeded fetching of Yarn version / index volta-cli#202
20785d9
This is a duplicate of #197
Sorry, something went wrong.
Ah, so it is. I had seen that one last week but didn't connect the two. Thanks!
Merge pull request #203 from charlespierce/prevent_yarn_fetch
4fc838c
Prevent unneeded fetching of Yarn version / index #202
No branches or pull requests
If
yarn
is enabled in thetoolchain
, then any invocation ofnode
oryarn
is causing the Yarn Version Index to be refetched.This can be seen by watching for the
Fetching public registry: ...
spinner, which flashes whenever a command is executed.The text was updated successfully, but these errors were encountered: