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 update does not upgrade project's ember-cli #1265

Closed
dustinfarris opened this issue Jul 4, 2014 · 0 comments
Closed

ember update does not upgrade project's ember-cli #1265

dustinfarris opened this issue Jul 4, 2014 · 0 comments

Comments

@dustinfarris
Copy link

I ran ember update .. it updated my package.json with the latest version (0.0.39), but when it asked to run ember init—which I did—I got:

@@ -17,19 +17,14 @@
   },
   "author": "",
   "license": "MIT",
   "devDependencies": {
+    "ember-cli": "0.0.37",
+    "originate": "0.1.5",
-    "body-parser": "^1.2.0",
     "broccoli-ember-hbs-template-compiler": "^1.5.0",
-    "broccoli-less-single": "^0.1.4",
-    "ember-cli": "0.0.39",

Note it is trying to revert to version 0.0.37. I am guessing ember init ran my local ember-cli which was not upgraded in ember update.

To verify afterwards:

$ ember version
version: 0.0.37

As a workaround, I exited the ember init process before allowing it to make changes to package.json, ran npm i and ran ember init again.

stefanpenner added a commit that referenced this issue Jul 4, 2014
stefanpenner added a commit that referenced this issue Jul 4, 2014
…update to occur)

also some MISC refactoring
stefanpenner added a commit that referenced this issue Jul 4, 2014
…update to occur)

also some MISC refactoring
stefanpenner added a commit that referenced this issue Jul 4, 2014
…update to occur)

also some MISC refactoring
stefanpenner added a commit that referenced this issue Jul 4, 2014
stefanpenner added a commit that referenced this issue Jul 4, 2014
stefanpenner added a commit that referenced this issue Jul 4, 2014
stefanpenner added a commit that referenced this issue Jul 4, 2014
[fixes #1265] don’t diverge the promise chain (we must wait for the upda...
simonexmachina added a commit to simonexmachina/ember-cli that referenced this issue Jul 7, 2014
* upstream/master:
  add change log entry. Use populateLegacyFiles to populate test files
  use _processedVendorTree() instead of hardcoded 'vendor'
  remove deprecation warning
  move QUnit assets into test-vendor.js and test-vendor.css. Add type option to import to specify which that it's a test asset
  normalizeEntityName should be able to modify the entity name.
  Fix smoke test.
  Fix `app.import`'s behavior in addons.
  Coffee script support is provided by `ember-cli-coffeescript` addon.
  Update CHANGELOG.md
  Add UpdateTask test to check if package.json file gets updated with new version number
  [fixes ember-cli#1265] don’t diverge the promise chains (we must wait for the update to occur)
  fix public folder deleted breaking build
  fixing changelog link
  Always use forward slash for vendor warning.
  update outdated deps
  Update CHANGELOG.md
  Update README.md
simonexmachina added a commit to simonexmachina/ember-cli that referenced this issue Jul 7, 2014
* master:
  add change log entry. Use populateLegacyFiles to populate test files
  use _processedVendorTree() instead of hardcoded 'vendor'
  remove deprecation warning
  move QUnit assets into test-vendor.js and test-vendor.css. Add type option to import to specify which that it's a test asset
  normalizeEntityName should be able to modify the entity name.
  Fix smoke test.
  Fix `app.import`'s behavior in addons.
  Coffee script support is provided by `ember-cli-coffeescript` addon.
  Update CHANGELOG.md
  Add UpdateTask test to check if package.json file gets updated with new version number
  [fixes ember-cli#1265] don’t diverge the promise chains (we must wait for the update to occur)
  fix public folder deleted breaking build
  fixing changelog link
  Always use forward slash for vendor warning.
  update outdated deps
  Update CHANGELOG.md
  Update README.md
  Add support for templates in the app/ directory, eg. "pods"
simonexmachina added a commit to simonexmachina/ember-cli that referenced this issue Jul 7, 2014
…etection

* upstream/master:
  Update CHANGELOG.md
  add change log entry. Use populateLegacyFiles to populate test files
  use _processedVendorTree() instead of hardcoded 'vendor'
  remove deprecation warning
  move QUnit assets into test-vendor.js and test-vendor.css. Add type option to import to specify which that it's a test asset
  normalizeEntityName should be able to modify the entity name.
  Fix smoke test.
  Fix `app.import`'s behavior in addons.
  Coffee script support is provided by `ember-cli-coffeescript` addon.
  Update CHANGELOG.md
  Add UpdateTask test to check if package.json file gets updated with new version number
  [fixes ember-cli#1265] don’t diverge the promise chains (we must wait for the update to occur)
  fix public folder deleted breaking build
  fixing changelog link
  Always use forward slash for vendor warning.
  update outdated deps
  Update CHANGELOG.md
  Update README.md
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

1 participant