Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ember upgrade/init does not update package.json correctly #4264

Closed
elwayman02 opened this issue Jun 9, 2015 · 1 comment
Closed

ember upgrade/init does not update package.json correctly #4264

elwayman02 opened this issue Jun 9, 2015 · 1 comment
Assignees

Comments

@elwayman02
Copy link
Contributor

Tried this on two different projects from 0.2.5 to 0.2.7:

Ran ember upgrade, which eventually prompted for ember init, which I said yes to. I then said yes to every overwrite as well. Upon completion, my package.json still showed ember-cli: 0.2.5, even though 0.2.7 had been npm install'd.

I have heard reports of someone else encountering this upgrading from 0.2.3 (the version got re-set to 0.2.3 in that case, not 0.2.5).

My guess would be the emberCLIVersion var in the blueprint isn't being updated correctly when it gets here:
https://github.com/ember-cli/ember-cli/blob/v0.2.7/blueprints/app/files/package.json

@stefanpenner
Copy link
Contributor

the instructions on the website and release docs are accurate: https://github.com/ember-cli/ember-cli/releases

@twokul twokul removed the in progress label Jun 9, 2015
quaertym pushed a commit to quaertym/ember-cli that referenced this issue Jul 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants