You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an explicit call to Addon.generatePackageJsonhere in /index.js. Seems like this method was renamed to updatePackgeJson in ember-cli here, and released in ember-cli@2.15.0.
Downgrading to a version of ember-cli <2.15.0 works with this blueprint.
Perhaps this could be mentioned in the README for now until this blueprint is updated.
The text was updated successfully, but these errors were encountered:
There is an explicit call to
Addon.generatePackageJson
here in/index.js
. Seems like this method was renamed toupdatePackgeJson
in ember-cli here, and released inember-cli@2.15.0
.Downgrading to a version of ember-cli <2.15.0 works with this blueprint.
Perhaps this could be mentioned in the README for now until this blueprint is updated.
The text was updated successfully, but these errors were encountered: