Create Meteor Application with certain version

How can I create a meteor app with specified version?
Or do I have to create the 1.6.1 (current) then I must

  • delete .meteor\local (dir)
  • edit .meteor\release
  • edit .meteor\packages (to fit specific versions)
meteor create --release X.Y.Z some-app-name

When in doubt, run meteor help create from your command line.

3 Likes

Thanks, but facing some wierd issue where OS would kill the installation.

[ad@osscoutbud ~]$ curl https://install.meteor.com/ | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  7784    0  7784    0     0  12064      0 --:--:-- --:--:-- --:--:-- 12068
Downloading Meteor distribution
######################################################################## 100.0%

Meteor 1.6.1 has been installed in your home directory (~/.meteor).
Writing a launcher script to /usr/local/bin/meteor for your convenience.
This may prompt for your password.

To get started fast:

  $ meteor create ~/my_cool_app
  $ cd ~/my_cool_app
  $ meteor

Or see the docs at:

  docs.meteor.com

[ad@osscoutbud ~]$ meteor create --release 1.5.2 rsscout
Killedracting meteor-tool@1.5.2...           

I’m assuming it’s because this virtual OS has only 1 Gb of RAM?