How to install older version of Wasp?
I see migration guides for older to newer versions, but I am given a project that I cannot migrate right now / do not have the time to and can't find anything on how to install an older version. Im looking to install 0.14.2 on Mac
https://github.com/wasp-lang/wasp/releases/tag/v0.14.2
I installed the gz file here and tried moving wasp-bin executable to my bin, but apple wouldnt accept it/run it. Also when I unzipped, there was a bunch of other stuff like an entire
data
folder.
So, what's the right way to download an old version of wasp? I would love to migrate later but need to get up and going.GitHub
Release v0.14.2 · wasp-lang/wasp
Updated GPT models used in Wasp AI to latest models, since 3.5 are getting deprecated.
Default model used is now 4o (instead of old 4 + 3.5-turbo combo).
2 Replies
Hi @mstalberg. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
To install an older version of Wasp, specifically version 0.14.2 on Mac, you can use the Wasp installer script with a version flag. Here's how you can do it:
1. Open your terminal and run the following command:
This command will download and run the Wasp installer script, specifying version 0.14.2 to be installed.
The installer script is designed to handle different versions and operating systems, including macOS. It will download the appropriate package for your system and set up the Wasp executable correctly.
If you encounter any issues with running the installed binary due to macOS security features, you might need to install Rosetta if you're using a Mac with an M1 chip or later (Apple Silicon). You can do this by running:
This information is based on the Quick Start guide (https://wasp-lang.dev/docs/quick-start#installation-1) and the Migration guide (https://wasp-lang.dev/docs/migrate-from-0-11-to-0-12#how-to-migrate), which show how to install specific versions of Wasp.
Remember that using an older version might mean you won't have access to the latest features and bug fixes. When you're ready to upgrade in the future, you can follow the migration guides provided in the Wasp documentation.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Sorry @mstalberg, 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?
Thank you kapa ai lol
The shell command alone worked for me for anyone else running into this (unlikely youll be needing to downgrade but just fyi)