I've managed to get it installed and started(Although more detailed instructions would be a great idea)
I'm running ubuntu with no head
Installed npm, node.js and nodejs-legacy
I tried to run npm install && grunt build
The npm installed with various errors and warnings
grunt was not found on the system, and I couldn't figure out how to install it (I tried npm install -g grunt, no luck)
Ignoring all the errors praying that this might still work I went ahead and did npm start:
~/MinecraftChat$ npm start
> MinecraftChat@1.0.0 start /home/user/MinecraftChat
> node bin/start
{ [Error: ENOENT: no such file or directory, open '.env'] errno: -2, code: 'ENOENT', syscall: 'open', path: '.env' }
> Server running on port 3000
But when I try to go to the ur(xxx.xxx.x.xx:3000) it just loads for a long time before
I've managed to get it installed and started(Although more detailed instructions would be a great idea) I'm running ubuntu with no head
Installed npm, node.js and nodejs-legacy
I tried to run npm install && grunt build
The npm installed with various errors and warnings grunt was not found on the system, and I couldn't figure out how to install it (I tried npm install -g grunt, no luck)
Ignoring all the errors praying that this might still work I went ahead and did npm start:
But when I try to go to the ur(xxx.xxx.x.xx:3000) it just loads for a long time before