I am Recieving this errror when i run this simple code snippet
import mineflayer from 'mineflayer';
const bot = mineflayer.createBot({
host: 'localhost',
port: 25595,
username: 'Maaz_Bot', // minecraft username
password:''
})
I was expecting it to join the localhost server which is hosted at port 25595 by using lan world and mineflayer library
Try importing mineflayer like below and also you can handle the events using, on login and on error
For more info please go through documentation
https://www.npmjs.com/package/mineflayer