ottomated / CrewLink-server

Voice Relay server for CrewLink.
GNU General Public License v3.0
696 stars 451 forks source link

Start problems #169

Open ZockerBuddie opened 3 years ago

ZockerBuddie commented 3 years ago

yarn start yarn run v1.22.10 $ yarn compile && node dist/index.js $ tsc 2021-02-02T16:41:55+0100 You must set the ADDRESS environment variable. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

can someone help me

NogradThGin commented 3 years ago

You must setup your ADDRESS environnement variable beforer.

use export ADDRESS=example.com before starting the server.

Can do: export ADDRESS=example.com; yarn start

Or: ADDRESS=example.com yarn start

darkwolfie37 commented 2 years ago

worked