Open sysmat opened 6 years ago
+1
Downgrading to angular 5.1.3 solves the issue. (but creates the next issue #2 )
I was able to work around this by deleting the library's node_modules folder (node_modules/ngx-carousel-3d/node_modules
) after npm install
. Something in the configuration is pulling @angular/core into the library's installed modules.
I was able to work around this by deleting the library's node_modules folder
Thank you. This fixed the issue (and others) for me
I'm using angular:5.2.9 and import NgxCarousel3dModule, but I get:
Is this package only for angular:6.0.0?
Regards, Tomaž