-
Notifications
You must be signed in to change notification settings - Fork 241
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
Cannot find module 'ngx-modialog/plugins/bootstrap'. #398
Comments
That's a problem with Typescript 2.5.3. If you go back to 2.5.2, it should work. I had the same issue. |
Wow, super-fast - that was the case, now it's building. Thanks! |
I have similar issue on TS 2.5.2 Tried to downgrade to TS 2.3.4 but didnt help. I use
Any idea what could be the cause? |
Finally it works. Forgot to remove yarn.lock ... so I probably used the wrong version. |
TS 2.5.2 fixed it for me, too |
Hi there!
This is probably newbie mistake but I've been sitting quite a while now and I can't figure this out.
I've been using angular2-modal with ease (thank You for great work! ;), but upgrade had come along with some unexpected errors.
When building webpack (npm run build) I got:
and when I point it directly to 'ngx-modialog/plugins/bootstrap/src/bootstrap'
Any ideas?
my package.json:
The text was updated successfully, but these errors were encountered: