johannesjo / angular2-promise-buttons

Chilled loading buttons for angular2
https://johannesjo.github.io/angular2-promise-buttons/#demo
MIT License
86 stars 28 forks source link

Cannot resolve Angular2PromiseButtonModule dependency #39

Closed husshd93 closed 4 years ago

husshd93 commented 4 years ago

After the update to 4.0.5, I can no longer import the module onto my project. It is missing the dist folder for some reason. This used to be workign before the update, now it won't work even after reverting to 4.0.0

Also importing directly from the root folder will generate other errors. Pelase advise.

I also tried building it myself, I get these errors: image

johannesjo commented 4 years ago

Have you tried deleting your node_modules folder and doing a fresh install of all deps?

husshd93 commented 4 years ago

Yes I have removed that foleder specifcally, and I have also removed th whole node_modules folder. same issue

johannesjo commented 4 years ago

This used to be workign before the update, now it won't work even after reverting to 4.0.0

This strongly indicates that there is some other problem going on with your code, most likely unrelated to this module.

I tried and I am unable to reproduce any of the issues you're describing. What version of angular cli are you on? And how did you try building this library?

husshd93 commented 4 years ago

Thanks. I managed :D