Meteor 1.3.2 version

hello , how can i use 1.3.2.4 versson of meteor on windows 7. help if u can …

You can switch your application to any version of Meteor by running:

meteor update --release X

So for example:

cd yourapp; meteor update --release 1.3.2.4

The above being said, is there a specific reason why you want to use 1.3.2.4? There have been numerous bug fixes and improvements made in the 7 versions released since 1.3.2.4.

1 Like

thank u for help , my company works on 1.3.2.4 so i cant update 1.4 :frowning: