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

Start problems #169

Open
ZockerBuddie opened this issue Feb 2, 2021 · 2 comments
Open

Start problems #169

ZockerBuddie opened this issue Feb 2, 2021 · 2 comments

Comments

@ZockerBuddie
Copy link

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
Copy link

NogradThGin commented Feb 5, 2021

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
Copy link

worked

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

3 participants