Setup Enviroment for Dasha
For working with Dasha.AI SDK for Node.js and with Dasha.AI CLI, you need to install Node.js v14 or newer.
Optionally, for more productive working with our DSL, you can install Visual Studio Code and DashaStudio extension for it.
Content
Installing Node.js and Dasha CLI (Required)
- Check installed Node.js version (execute command in terminal)
node --version
- If it's less than v14 or
node
command not found then go to Node.js and install the LTS release. - Check installed Dasha.AI CLI version (execute command in terminal)
dasha --version
- If the output is
"dasha" command not found
or equals to it, then install by using the commandnpm install --global "@dasha.ai/cli"
- Reload terminal.
- Execute command
dasha account login
Installing Visual Studio Code and DashaStudio (Optional)
- Install Visual Studio Code;
- Install DashaStudio extension for
Visual Studio Code
or execute commandcode --install-extension dasha-ai.dashastudio
Installing Git (Optional)
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
- Check installed git by getting its version (execute command in terminal)
git --version
- If the output is
"git" command not found
or equals to it, then install from Git site.
Found a mistake? Email us, and we'll send you a free t-shirt!