GithubHelp home page GithubHelp logo

the errors about lol-pick-ban-ui HOT 3 CLOSED

rcvolus avatar rcvolus commented on August 19, 2024
the errors

from lol-pick-ban-ui.

Comments (3)

Laraakaa avatar Laraakaa commented on August 19, 2024

Hey, you get exactly one error and it's telling you:
Error: listen EADDRINUSE: address already in use :::8999

This error tells you that the application tries to open a socket on port 8999, but fails to do so because port 8999 is already occupied. Please check that no other application is listening on that port - e.g. another instance of the application.

Btw in the message you write that you are starting the frontend, but this is actually the backend. The frontend is located in https://github.com/RCVolus/lol-pick-ban-ui/tree/master/layouts/layout-volu-europe

from lol-pick-ban-ui.

Juzix1 avatar Juzix1 commented on August 19, 2024

from lol-pick-ban-ui.

Laraakaa avatar Laraakaa commented on August 19, 2024

To build the frontend, you need to clone / check out the git repository (as you probably already did since you started the backend).

Then, head in the folder layouts/layout-volu-europe and spin up a command line.

Then execute the following two commands to first install all dependencies and start it afterwards:

npm install
npm start

The second command will open up a web page, but you will get an error. This is because no backend is provided. To launch it using a local backend (meaning you let the backend and the frontend run on the same machine) you need to open the url http://localhost:3000/?backend=ws://localhost:8999

from lol-pick-ban-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.