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
Fastboot rc1 released three days ago made a couple of breaking changes, one of them is using (instance-)initialisers/browser structure.
Ember serve fails with:
FastBoot build no longer supports /.../ember-learn/ember-api-docs/node_modules/ember-cli-head/app/(instance-)?initializers/browser structure.
Please refer to www.ember-fastboot.com for a migration path.
We should either:
do a quick temporary solution to set ember-cli-fastboot dependency to be exact 1.0.0-beta.16 (last known working beta version with this project)
Update ember-cli-head and ember-api-docs to not use these initializers.
* Update defining-your-routes.md
* Updated file after addressing review comments
* Adjust example ordering and fix typos
* fix dynamic route example
* fix path in router example
* edit route path in example
* small typo/wording fixes
* Edits suggested by cah-danmonroe
Fastboot rc1 released three days ago made a couple of breaking changes, one of them is using
(instance-)initialisers/browser
structure.Ember serve fails with:
We should either:
ember-cli-head
andember-api-docs
to not use these initializers.Option number 2 is depends on ember-fastboot/ember-cli-head#21
The text was updated successfully, but these errors were encountered: