How to install paritcular version of wasp

I am trying to setup CI and find that wasp version is increased. Not in position to upgrade the wasp on the code yet. How to install a particular version in cli.
2 Replies
kapa.ai
kapa.ai4d ago
Hi @p4j4r5. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- To install a specific version of Wasp, you can use the Wasp installer script with the -v flag followed by the version number. Here is an example of how to install Wasp version 0.12.4:
curl -sSL <https://get.wasp-lang.dev/installer.sh> | sh -s -- -v 0.12.4
curl -sSL <https://get.wasp-lang.dev/installer.sh> | sh -s -- -v 0.12.4
Just replace 0.12.4 with the version number you want to install. You can check the list of valid versions, including the latest one, on the Wasp releases page on GitHub (https://github.com/wasp-lang/wasp/releases). For more information, you can refer to the Wasp CLI Reference (https://wasp-lang.dev/docs/general/cli#miscellaneous-commands) in the official Wasp documentation. Please note that if you are working on a project that requires a different version of Wasp, you will need to switch to that version using the same command. Source: Wasp CLI Reference (https://wasp-lang.dev/docs/general/cli#miscellaneous-commands) ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ---------------------- Sorry @p4j4r5, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist: Perhaps try again in 15mins?
p4j4r5
p4j4r54d ago
Thanks a lot. That helps
Want results from more Discord servers?
Add your server