-
Notifications
You must be signed in to change notification settings - Fork 432
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
Command relay not found #126
Comments
"relay;" with the ";"? Try |
@Kajmeh which instructions exactly did you follow? |
@renanmav it didn't work with yarn relay. still throwing error:
yarn run v1.17.3 npm ERR! A complete log of this run can be found in: |
@jstejada I went through instructions in this page:[( https://github.com/relayjs/relay-examples/tree/master/issue-tracker)] First, clone the app: git clone [email protected]:relayjs/relay-examples.git cd relay-examples/issue-tracker npm users:npm install yarn users:yarn Open https://github.com/settings/tokens. Ensure that at least the repo scope is selected. Generate the token Create a file ./relay-examples/issue-tracker/.env.local and add the following contents (substitute for your authentication token): issue-tracker/.env.localREACT_APP_GITHUB_AUTH_TOKEN= |
Could you Copy&Past here the |
@renanmav here you are:
|
Make your start script as follows:
or
|
updating start script made it work for me. Had same issue as you
|
Thanks so much for the solution. But could you please help with one more question? So with this solution we delete |
Followed the instruction and getting error command "relay;" not found.
The text was updated successfully, but these errors were encountered: