This is a migrated thread and some comments may be shown as answers.

how to determine necessary packages to install

3 Answers 2750 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Veteran
Daniel asked on 21 Apr 2020, 12:47 AM

I want to add Kendo Grid to my repo, but I noticed Grid is broken down into several smaller packages.  Is there some tooling or some cheat-sheet for understanding package dependencies in Kendo React?   Or do I just need to install packages one by one as I get errors like these in my build

 

ERROR in ./node_modules/@progress/kendo-react-grid/dist/es/Grid.js
Module not found: Error: Can't resolve '@progress/kendo-react-data-tools' in '/Users/...../node_modules/@progress/kendo-react-grid/dist/es'
 @ ./node_modules/@progress/kendo-react-grid/dist/es/Grid.js 62:0-97 491:13-39 643:59-64 923:23-33
 @ ./node_modules/@progress/kendo-react-grid/dist/es/main.js
 @ ./libs/grid/src/lib/Grid.jsx

3 Answers, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 21 Apr 2020, 01:49 PM

Hello, Daniel,

Each package has a Getting started/Overview page with installation section in it showing all of the dependencies and the packages that have to be installed:

https://www.telerik.com/kendo-react-ui/components/grid/get-started/#toc-installation

I hope this is helpful.

Regards,
Stefan
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
0
Daniel
Top achievements
Rank 1
Veteran
answered on 22 Apr 2020, 02:01 AM
Hi -- this one doesn't have a dep list  https://www.telerik.com/kendo-react-ui/components/dateinputs/daterangepicker/   can you help?
0
Accepted
Stefan
Telerik team
answered on 22 Apr 2020, 01:57 PM

Hello, Daniel,

The dependencies are per package, this is why in packages that have more than one component, the installation and dependency sections are part of the package overview in this case for the date-inputs:

https://www.telerik.com/kendo-react-ui/components/dateinputs/#toc-installation

Regards,
Stefan
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
General Discussions
Asked by
Daniel
Top achievements
Rank 1
Veteran
Answers by
Stefan
Telerik team
Daniel
Top achievements
Rank 1
Veteran
Share this question
or