-
Notifications
You must be signed in to change notification settings - Fork 47
Setting up the Workspace
1tzEmerald edited this page Jun 12, 2024
·
4 revisions
| SupportBot | Node.JS | Discord.JS | Supported |
|---|---|---|---|
| 8.x | 20.x | 14.x. | ✅ Yes |
| 7.7.3 | 16.x | 13.x. | ✅ Yes |
| 7.x | 16.x | 13.x. | ❌ No |
| 6.x | 14.x | 13.x. | ❌ No |
| 5.x | 12.x | 13.x. | ❌ No |
| 4.x | 11.x | 13.x. | ❌ No |
| Older | 10.x | 13.x. | ❌ No |
MacOS / Windows Installation Download here!
Ubuntu Installation
- Before we begin with the installation we recommend you refresh the package index by typing:
sudo apt update - Now we can attempt to install Node.JS by running
sudo apt install nodejs - Once Node.JS has been installed we need to make sure you're on version 16. You can check your version by running
node -v
Output
- v20.X.X
- Now thats done we need to install the package manager.
sudo apt install npm
Before you can start here, You must have downloaded SupportBot and put it in a location on your system. Now head into that location using a Terminal/Command Prompt and run the following command to install Discord.JS and the other NPM modules.
You can do this easily by running:
npm install
If this did not install the required NPM modules, Then please refer to the steps below and install the modules manually.
You must have downloaded SupportBot and put it in a location on your system. Now head into that location using a Terminal/Command Prompt and run the following command to install Discord.JS.
npm install discord.js --save
Output
- v14.X.X
Now let's continue install the modules. You're doing great so far!
npm install js-yaml && npm install google-translate-api