Closed jrock2004 closed 4 years ago
Hey @jrock2004 👋 the issue is because of an issue that I'm trying to resolve in https://github.com/ember-fastboot/ember-cli-fastboot/pull/770
Essentially you need to add node: 'current'
to your targets in the config/targets.js
file so that it looks like this at the bottom:
module.exports = {
browsers,
node: 'current'
};
This is absolutely not something that anyone should need to do manually, which is why I'm trying to get it fixed by default upstream 🙈
That did the trick for me. I guess we can close this for now since it now works
Just ran into this as well.
Just installed your addon, and now when I run the ember app and visit localhost:4200 if it does build, I get the following
If I remove this addon, remove node modules and redo npm install and start the app, it runs just fine