The Meteor docs and website explain how to install the latest version, with curl https://install.meteor.com/ | sh
or npm install -g meteor
, but I need to install a particular old version. How can I install Meteor version 1.11?
You can provide a release parameter for example:
curl "https://install.meteor.com/?release=1.3.3.1" | sh
Also see: