DashboardKit React
  • Documentation
  • Pre-requisites
  • Quick Start
  • Folder Structure
  • State Management
  • Axios & Saga for API
  • Routing
  • Project Configuration
  • Integration
  • Resources
  • Roadmap
  • Support
  • Changelog
  • FAQ
Powered by GitBook
On this page
  • Pre-requisites
  • Troubleshooting

Was this helpful?

Pre-requisites

Pre Requisites for DashboardKit React

PreviousDocumentationNextQuick Start

Last updated 4 months ago

Was this helpful?

Pre-requisites

DashboardKit is based on node and vite. Please check the following prerequisites before jumping on it.

Node is the primary prerequisite for DashboardKit. Open your command terminal and check using the node -v command

c:\> node -v
v20.18.1

Package Manager - npm or yarn

c:\> yarn -v
4.4.1

Troubleshooting

If you face the following error in your terminal, it means Yarn is not installed in your system.

c:\> yarn -v
'yarn' is not recognized as an internal or external command,
operable program or batch file.

Please install it using this as it does not come with Node automatically.

We used yarn as a command everywhere and we also recommend the same.

link