How to install a previous version in windows?

I’m running version 1.3 but all the guides and tutorials, (including the official ones) have a different directory structure (only one main.js, no imports folder).

In order to make any sense of these tutorials i eed an earlier release. probably 1.0 (i guess)
How do i downgrade my installation?

1.3 is backwards compatible, so you could just delete those folders and follow the tutorial.

To downgrade a meteor project, just set the release:

// meteor-app/.meteor/release
1.0

or (in your command-line)

meteor update --release 1.0
2 Likes