rom1504/MinecraftChat

Not showing at :3000

bittiez opened this issue · 1 comments

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

After completely removing the install, and reinstalling with this http://stackoverflow.com/questions/10667381/node-package-grunt-installed-but-not-available
it seems to be working, thanks!