I'm trying to import
import '@progress/kendo-theme-material/dist/all.css'
but I get the following error:
Error in ./~/@progress/kendo-theme-material/dist/all.css
Module not found: Cannot resolve directory '.' in C:\Users\username\work\other\react\myapp\node_modules\@progress\kendo-theme-material\dist
@ ./~/css-loader?importLoaders=1!./~/postcss-loader!./~/@progress/kendo-theme-material/dist/all.css 6:447431-447444 6:447502-447515
The project is created with npx create-react-react-app myapp
and my node version is the 12 LTS
A strange thing is that the same demo app works on a Debian 9 System while there is an error in Windows 10