Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDrake Shelton
9,138 PointsHow do you download the earlier version from tagged releases?
How do you download the earlier version from tagged releases?
1 Answer
Iain Simmons
Treehouse Moderator 32,305 PointsI sort of answered this on your other forum post, but you can find older releases of Ember.js on their GitHub page: https://github.com/emberjs/ember.js/releases
Here's version 1.7: https://github.com/emberjs/ember.js/releases/tag/v1.7.0
Just click the 'download zip', and you'll have what you need in there.
Oh and you might need to 'build' it from the source code they provide. Follow these instructions (from their readme.md
):
Building Ember.js
- Ensure that Node.js is installed.
- Run
npm install
to ensure the required dependencies are installed.- Run
npm run build
to build Ember.js. The builds will be placed in thedist/
directory.