Hi,
I have installed syncfusion diagram using npm install @syncfusion/ej2-react-diagram --save in my react project. And follow all the instruction as per syncfusion diagram documentation. After installing npm package as per description, I have set all material.css in App.css file. But when I try to run the project using npm start then it's giving me an error like Can't resolve '../node_modules/@syncfusion/ej2-react-base/styles/material.css'. When I check ej2-react-base folder then it's not containing styles folder.
After searching online I found separate npm package for ej2-react-base. So I tried ej2-react-base in the project but it's not setting styles folder in the project.
So how to resolve this issue? How to get styles folder under node_moduldes/ej2-react-base?