Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird looking Interface #13

Open
cptpiepmatz opened this issue Aug 3, 2018 · 1 comment
Open

Weird looking Interface #13

cptpiepmatz opened this issue Aug 3, 2018 · 1 comment

Comments

@cptpiepmatz
Copy link

Hey, I would really like to use your Webchat here but i got only a weird interface when I install and run your app.

Error Image

derPi@TimsTower MINGW64 /d/Code_Test/MinecraftChat (master)
$ yarn install
yarn install v1.9.2
info No lockfile found.
[1/4] Resolving packages...
warning babel > babel-core > [email protected]: Please update to minimatch 3.0.2
 or higher to avoid a RegExp DoS issue
warning grunt > [email protected]: Please update to minimatch 3.0.2 or higher to
 avoid a RegExp DoS issue
warning grunt > glob > [email protected]: Please update to minimatch 3.0.2 or hi
gher to avoid a RegExp DoS issue
warning grunt > glob > [email protected]: please upgrade to graceful-fs 4 for c
ompatibility with current and future versions of Node.js
warning grunt > [email protected]: CoffeeScript on NPM has moved to "coffeesc
ript" (no hyphen)
warning grunt > findup-sync > glob > [email protected]: Please update to minimatc
h 3.0.2 or higher to avoid a RegExp DoS issue
warning grunt-browserify > browserify > glob > [email protected]: Please update
to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning grunt-contrib-watch > gaze > globule > [email protected]: Please update
to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning gruntify-eslint > eslint > [email protected]: Please update to minimatch
 3.0.2 or higher to avoid a RegExp DoS issue
[2/4] Fetching packages...
info [email protected]: The platform "win32" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check.
 Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 21.28s.

derPi@TimsTower MINGW64 /d/Code_Test/MinecraftChat (master)
$ grunt build
Running "browserify:pro" (browserify) task
>> Bundle public/js/app.js created.

Running "uglify:target" (uglify) task
>> 1 file created.

Done, without errors.

derPi@TimsTower MINGW64 /d/Code_Test/MinecraftChat (master)
$ yarn start
yarn run v1.9.2
$ node bin/start
{ Error: ENOENT: no such file or directory, open 'D:\Code_Test\MinecraftChat\.env'
    at Object.fs.openSync (fs.js:646:18)
    at Object.fs.readFileSync (fs.js:551:33)
    at Object.config (D:\Code_Test\MinecraftChat\node_modules\dotenv\lib\main.js:30:37)
    at Object.<anonymous> (D:/Code_Test/MinecraftChat/app/server/index.js:17:8)    at Module._compile (module.js:65
2:30)
    at normalLoader (D:\Code_Test\MinecraftChat\node_modules\babel-core\lib\api\register\node.js:199:5)
    at Object.require.extensions.(anonymous function) [as .js] (D:\Code_Test\MinecraftChat\node_modules\babel-core\
lib\api\register\node.js:216:7)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
  errno: -4058,
  code: 'ENOENT',
  syscall: 'open',
  path: 'D:\\Code_Test\\MinecraftChat\\.env' }
> Server running on port 3000
@Threnklyn
Copy link
Contributor

It just complains that it does not find the .env file. there you can define the port on which the server will be accessible.
I have forked MinecraftChat and added support for the newer Minecraft versions. It also fixes the display error (css)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants