Run developer-rig-master

Hi! Sorry my bad english… I try to run developer-rig-master on my Mac
Ferst download folder developer-rig-master GitHub in my Mac in “download” folder
second install node and yarn
Run in terminal command: EXT_CHANNEL=channel name EXT_CLIENT_ID=client id EXT_SECRET=secret EXT_OWNER_NAME=owner name EXT_VERSION=version yarn start

and echo this answer:

"…
Attempting to bind to HOST environment variable: localhost.rig.twitch.tv
If this was unintentional, check that you haven’t mistakenly set it in your shell.
Learn more here: http://bit.ly/2mwWSwH

events.js:183
throw er; // Unhandled ‘error’ event
^

Error: getaddrinfo ENOTFOUND localhost.rig.twitch.tv
at errnoException (dns.js:50:10)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command."

I can not understand what is wrong

Did you add

127.0.0.1 localhost.rig.twitch.tv

to /etc/hosts ?

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.