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 trial

JavaScript Ember.js Getting Started with Ember.js Setting up an Ember app

How do you download the earlier version from tagged releases?

How do you download the earlier version from tagged releases?

1 Answer

I 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

  1. Ensure that Node.js is installed.
  2. Run npm install to ensure the required dependencies are installed.
  3. Run npm run build to build Ember.js. The builds will be placed in the dist/ directory.