PetyXbron / minecraft-bot

Informational Discord bot for your Minecraft server
https://mb.petyxbron.cz/
GNU General Public License v3.0
67 stars 28 forks source link

require() of ES Module error #5

Closed omenwebsite closed 2 years ago

omenwebsite commented 2 years ago

image

omenwebsite commented 2 years ago

image

PetyXbron commented 2 years ago

A new version of the npm module chalk doesn't support the require() syntax import. (You probably have installed the v5.0.1 - the latest one) You need to downgrade the chalk module to version: 4.1.2 Enter this command to your console for running your minecraft-bot:

npm install chalk@4.1.2