Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch Meteor version per folder basis #289

Open
g8d3 opened this issue Aug 9, 2014 · 1 comment
Open

Switch Meteor version per folder basis #289

g8d3 opened this issue Aug 9, 2014 · 1 comment

Comments

@g8d3
Copy link

g8d3 commented Aug 9, 2014

In README.md it says meteorite is a Meteor version manager. But, how can I switch between Meteor versions per folder basis?

@g8d3 g8d3 changed the title Switch meteor version per folder basis. Switch Meteor version per folder basis. Aug 9, 2014
@g8d3 g8d3 changed the title Switch Meteor version per folder basis. Switch Meteor version per folder basis Aug 9, 2014
@Tarang
Copy link
Member

Tarang commented Aug 10, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants