-
Notifications
You must be signed in to change notification settings - Fork 4
Cannot find module 'meteor/accounts-base' #5
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
Comments
if the error you see is TS error (Like i had), simply remove ""types": []" from src/tsconfig.app.json and it should fix the problem, too me hours to investigate this one |
Good catch @roeehershko, I'll fix it in next version |
for what its worth, i made few more changes to make the karma works:
to the karma.conf.js file that fixed it also in non-headless mode, you might have better solution for it but that fixed it for me |
It work. Thank you @roeehershko |
I don't think this is necessarily related to this repository but maybe its related to the meteor-client-bundler. I'm getting an error about accounts-base:
Cannot find module 'meteor/accounts-base'
I've added it to my project with meteor add accounts-base. The functionality works (I can add users) but I still get the error. Do you know how to fix this?
The text was updated successfully, but these errors were encountered: