W
Wasp4w ago
p4j4r5

install particular version of wasp

My application is still on version 0.14 and would like to install this version on new machine. But cannot find documentaiton for this
1 Reply
kapa.ai
kapa.ai4w 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 particular version of Wasp, such as version 0.14, you can use the Wasp installer script with a specific version flag. Here's how you can do it:
curl -sSL <https://get.wasp-lang.dev/installer.sh> | sh -s -- -v 0.14.0
curl -sSL <https://get.wasp-lang.dev/installer.sh> | sh -s -- -v 0.14.0
This command will install Wasp version 0.14.0 on your new machine. The ability to install specific versions is documented in the Wasp CLI Reference under the wasp version command here. While it doesn't explicitly mention installing older versions, the same method can be used for any available version. If you encounter any issues or the version you're looking for is not available, you may want to check the GitHub Releases page for a list of valid versions. Remember that using older versions may mean you're missing out on bug fixes and new features, so it's generally recommended to use the latest stable version unless you have specific compatibility requirements. ---------------------- 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?

Did you find this page helpful?