Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with Ember 2.16 #68

Open
GendelfLugansk opened this issue Nov 5, 2017 · 0 comments
Open

Doesn't work with Ember 2.16 #68

GendelfLugansk opened this issue Nov 5, 2017 · 0 comments

Comments

@GendelfLugansk
Copy link
Contributor

GendelfLugansk commented Nov 5, 2017

I used this addon with Ember 2.8 and everything worked. Today I tried to update to recent ember version and faced "Cannot find module app-name/routes/application" error in console. Spent few hours trying to debug it. I think it's caused by recent babel versions and new ember imports. Found a workaround: use requireNode for node modules. Example: fs = requireNode('fs') instead of fs = require('fs').

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant