The error displayed is
ERROR in ./node_modules/@progress/kendo-react-popup/index.mjs
I followed these instructions from https://www.telerik.com/kendo-react-ui/components/getting-started/
npx create-kendoreact-app
Below is my configuration
? What is the name of your project? demoapp
? Do you want to use TypeScript? No
? Do you want to use SASS? Yes
? Which Kendo UI Theme do you want to use?
❯ default
bootstrap
material
after this i entered the directory and performed
npm i npm run start
I get errors like
ERROR in './node_modules/@progress/kendo-react-layout/...'
This is a NEW Project with React 18 and Node 18.15