You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could use meteor's ordinary build tool for this
Project 1
meteor update --release 0.8.2
Project 2
meteor update --release 0.8.1.3
Meteor update allows using the --release flag to specify a version to switch the version per project. Or just use it without update to use it on a temporary basis.
In README.md it says meteorite is a Meteor version manager. But, how can I switch between Meteor versions per folder basis?
The text was updated successfully, but these errors were encountered: