I installed Swiper npm install swiper
. If I want to add Swiper Scss in the Global SCSS like described here https://ionicframework.com/docs/angular/slides I get a Error Message
./src/global.scss - Error: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): [ng] SassError: Can't find stylesheet to import. [ng] ╷ [ng] 30 │ @import '~swiper/scss'; [ng] │ ^^^^^^^^^^^^^^ [ng] ╵ [ng] src/global.scss 30:9 root stylesheet [ng] [ng] ./src/global.scss?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): [ng] HookWebpackError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): [ng] SassError: Can't find stylesheet to import
I also tried removing the Package and installing it afterwards. It did not help. The topic Module not found: Can't resolve 'swiper/css' is simular, but it uses React and CSS. Does someone know how to fix this?
The keyboard folder is empty for example
I expected, I can add the SCSS file in the Global SCSS and then try out those custom animations