@Frank wrote:
I am trying to update my app using
ember-cli-update
.I am following the doc here.
So, first I do
ember install ember-cli-upadte
.Then I commit the change of the
package.json
andpackage-lock.json
files.Then I do
ember update --to 3.12
.And then I get this error
Cannot read property 'ember-cli' of undefined
.What am I doing wrong?
Posts: 2
Participants: 2