-
Notifications
You must be signed in to change notification settings - Fork 49
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
Error when running tests: this version of ember-auto-import requires the app to have a dependency on webpack #145
Comments
webpack is required for |
@patrickberkeley I'm going to rm |
The |
Ah that would do it :-P Pretty sure a webpack config is required then. |
Hmm, all tests are passing for me locally without any issues. Same for CI. What version of node and npm are you using? Im testing on the latest. |
@Exelord Could try to do |
Yes, that's what I did. All works just fine. CI confirms that. :) |
I'm using node 12.22.1 and npm 6.14.12 |
Try with latest node 14 or 16 and npm 7.19^ |
Could anyone try if you have the same problem? I believe it's related to the last release of EmberJS (3.27) when doing
npm run test
:I found it when trying to solve this PR. It seems to have a very easy solution but I need to know I'm not the only one having this issue.
The text was updated successfully, but these errors were encountered: