@mehulkar wrote:
After years of Ember development, it seems I’m still confused about the recommended way to upgrade Ember. My main confusion is about compatibility between the different line items in
package.json
. I don’t useember-data
, so I really just care about updatingember-source
. But since a default Ember CLI app has a few other packages, it’s unclear what I need to update.I’ve tried
ember-cli-update
, but without reading the source code, it’s not really clear what it does. At this point in time, I tried updating to 3.11 and discovered that it doesn’t check for available updates ofember-source
, it checks for available updates ofember-cli
! This was kind of unexpected, but I’m assuming that after upgradingember-cli
, it goes and overlays the defaultember new
blueprint and expects the user to resolve conflicts and then runnpm install
?. Because of this confusion, it doesn’t really seem like a viable solution.Starting this post to hear from other’s experience upgrading Ember.js and how they go about it. Maybe the right solution is to really consider every line item in package.json individually, just like I would with any other Node app, and resolve incompatibilities as they arise?
Posts: 2
Participants: 2