Open igormap42 opened 6 years ago
remove node_modules from the package , it will work fine .
@salmaarsh06 thank you for your interest. The problem is that, as I wrote before, if to delete @angular folder or node_modules (the same) it works, but temporary. Every new call of npm install
will retrieve the problem.
yeah , i experienced the same problem , but thats the only solution that worked for me .
any updates on this one? I'd love to try to use this but can't use it if I need to set up a script every time to clear that node_modules
folder within the module each time
same problem here
I think the Angular dependencies should be moved to peerDependencies
in package.json
to solve this.
Any update on this issue? I am using Angular 7.
This solution worked for me:
After every
npm install
I'm getting an error:If to delete
@angular
folder fromnode_modules/ngx-bootstrap-product-tour/node_modules
, it's compiling. But still I need to delete it every time I'm installing smth. Is it possible to fix this error once and forever?P.S. I'm using angular 5