How to install a specific version of a package? #5349
Unanswered
BlackAsLight
asked this question in
Everyday usage
Replies: 1 comment 1 reply
-
That's only supported for specific versions that are supported upstream like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
Everywhere I look on the internet it says to install a specific version I need to do
brew install name@version
, but it fails when I try to revert my version of Deno.brew install deno@1.43.1
. I'd like to revert my version at the latest version (1.43.2) is currently seg-faulting.Beta Was this translation helpful? Give feedback.
All reactions