I created a react project and added the react kendo UI, after adding kendo-react-drop-down.
After adding I am getting the following issues.
npm install --save @progress/kendo-react-dropdowns
Errors
[12:37:54] Warning - [webpack] 'dist':
./node_modules/@progress/kendo-react-dateinputs/dist/es/calendar/components/Calendar.js
(Emitted value instead of an instance of Error) Cannot find source file '../../../../src/calendar/components/Calendar.tsx': Error: Can't resolve '../../../../src/calendar/components/Calendar.tsx' in 'E:\projects\sharepoint\node_modules@progress\kendo-react-dateinputs\dist\es\calendar\components'
NonErrorEmittedError: (Emitted value instead of an instance of Error) Cannot find source file '../../../../src/calendar/components/Calendar.tsx': Error: Can't resolve '../../../../src/calendar/components/Calendar.tsx' in 'E:\projects\sharepoint\node_modules@progress\kendo-react-dateinputs\dist\es\calendar\components'
Expected/desired behavior
The project is fine with above errors mentioned above. Trying to remove the errors.
After adding I am getting the following issues.
npm install --save @progress/kendo-react-dropdowns
Errors
[12:37:54] Warning - [webpack] 'dist':
./node_modules/@progress/kendo-react-dateinputs/dist/es/calendar/components/Calendar.js
(Emitted value instead of an instance of Error) Cannot find source file '../../../../src/calendar/components/Calendar.tsx': Error: Can't resolve '../../../../src/calendar/components/Calendar.tsx' in 'E:\projects\sharepoint\node_modules@progress\kendo-react-dateinputs\dist\es\calendar\components'
NonErrorEmittedError: (Emitted value instead of an instance of Error) Cannot find source file '../../../../src/calendar/components/Calendar.tsx': Error: Can't resolve '../../../../src/calendar/components/Calendar.tsx' in 'E:\projects\sharepoint\node_modules@progress\kendo-react-dateinputs\dist\es\calendar\components'
Expected/desired behavior
The project is fine with above errors mentioned above. Trying to remove the errors.