Setup Node.js with NVM
Node.js is a pre-requisite to run both the Hexabot CLI and a Hexabot project since the API is built on NestJS. Using NVM (Node Version Manager) simplifies managing the required Node.js version. When creating a new Hexabot project, the structure includes source folders like extensions to add custom plugins, helpers and channels, making Node.js essential tool for smooth development and customization.
If you are new to NVM, please follow these steps to install:
Update the system:
Install NVM:
Close and reopen your terminal to start using nvm or run the following to use it now:
Verify the NVM installation:
Install Node.js version 18.17.0 or higher :
Check default Node.js version:
PreviousHow can I add the Chatbot Widget to my Website?NextSetting Up Docker for Development and Production
Last updated