Pre-requisites
Here's a guide of the prerequisites you'll need to get started with Datta able vue bootstrap.
Pre-requisites
Datta is based on nodejs. Please check the following prerequisites before jumping into it.
In your command terminal and check using the node -v command
node -v
v24.11.1Package Manager - npm or yarn
yarn -v
1.22.22Troubleshooting
If you face the following error in your terminal, it means Yarn is not installed in your system.
yarn -v
'yarn' is not recognised as an internal or external command,
operable program or batch file.Please install it using this link as it does not come with Node automatically.
Last updated