Datta
Datta Able - React
Datta Able - React
  • Documentation
  • Pre-requisites
  • Quick Start
  • Folder Structure
  • State Management
  • Authentication
    • Switch to Auth0
    • Switch to Firebase
  • Axios API Calls
  • Routing
  • Project Configuration
  • Theme Layouts
  • Theme/Style Configuration
  • Integration
    • Seed
    • Comparison
  • Dependencies
  • Support
  • Changelog
Powered by GitBook
On this page
  • Pre-requisites
  • Troubleshooting

Pre-requisites

Pre Requisites needed to run and build Datta Able

PreviousDocumentationNextQuick Start

Last updated 11 months ago

You don’t need to install or configure tools like Webpack or Babel. They are configured and hidden so that you can focus on the code.

Pre-requisites

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

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

c:\> node -v
v20.0.0

Package Manager - npm or yarn

c:\> npm -v
8.19.2

Troubleshooting

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

c:\> npm -v
'npm' 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.

link