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

Yarn <error> You must set the ADDRESS environment variable. #127

Closed
Playmoon opened this issue Dec 30, 2020 · 7 comments
Closed

Yarn <error> You must set the ADDRESS environment variable. #127

Playmoon opened this issue Dec 30, 2020 · 7 comments

Comments

@Playmoon
Copy link

Ive tried doing various things like adding -e ADDRESS="..." or adding a config in the file with the adress, but nothing seems to work and it keeps telling me the same error, can anyone please tell me how I start this Server, without it giving me this ERROR, thanks!

@Playmoon
Copy link
Author

Like I said in the Title, the Issue is for Yarn, or when you do the manual Installation. This is a Workaround for Haroku, wich sadly doesnt fix the Manual Installation

@d1m3b4g
Copy link

d1m3b4g commented Dec 30, 2020

Getting the same problem in a docker image too. Didn't have the issue when I pulled an image to a different machine about 3 weeks ago so something has changed in a newer drop. Unsure what to do as I don't really want anything in the Docker image to persist. Any ideas?

@Cahllagerfeld
Copy link

If starting with docker u can read instructions in #117.
I dont know how adding dependencies is handled in contribution here, but when starting via node, adding the dotenv-package might be a thing.

@CMeyers326496
Copy link

I used ADDRESS='[my-ip]' yarn start to set the node env variable before running the start command.

@Playmoon
Copy link
Author

I used ADDRESS='[my-ip]' yarn start to set the node env variable before running the start command.

If i try that it tells me that i either wrote it incorrectly, or the command couldnt be found

@CMeyers326496
Copy link

I used ADDRESS='[my-ip]' yarn start to set the node env variable before running the start command.

If i try that it tells me that i either wrote it incorrectly, or the command couldnt be found

I am running the command in git bash on a windows server after executing the previous steps in the readme to install node and yarn. if your environment is different the fix may be different for you, not sure

@Playmoon
Copy link
Author

I am running the command in git bash on a windows server after executing the previous steps in the readme to install node and yarn. if your environment is different the fix may be different for you, not sure

Ah! Now it works, didnt know you were using git bash, but now it works perfectly fine, thanks! 👍

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

4 participants