I’ve got a new Ember app (3.26) that was running nicely with Fastboot enabled. I just added Embroider and now I am getting the following build error whenever I serve:
Error: An incompatible version between 'ember-cli-fastboot' and 'fastboot' was found. Please update the version of fastboot library that is compatible with ember-cli-fastboot.
I can see that ‘ember-cli-fastboot@2.2.3’ depends on ‘fastboot@2.0.3’. I have tried adding fastboot to my package.json, but the error is persisting.
As soon as I revert back to the classic build approach, the error disappears.
Has anyone else encountered this?
1 post - 1 participant