You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yarn run relay-compiler --schema schema/schema.graphql --src ./src/ $@ --watch
$ /home/t-zander/projects/pet/relay-examples/issue-tracker/node_modules/.bin/relay-compiler --schema schema/schema.graphql --src ./src/ --watch
[relay] Watchman is required to watch for changes. Running with watch mode disabled.
[relay]
[relay] Writing js
[relay] Unchanged: 12 files
Done in 0.53s.
[relay] yarn run relay --watch exited with code 0
--> Sending SIGTERM to other processes..
[react-scripts] react-scripts start exited with code SIGTERM
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `yarn run relay; concurrently --kill-others --names "react-scripts,relay" "react-scripts start" "yarn run relay --watch"`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/t-zander/.npm/_logs/2021-06-20T19_31_53_687Z-debug.log
I am new to this, so I am just lost as it is not clear how to fix it.
I tried to run it separately npm run relay --watch false --watchman false npm run start:react which is react-scripts start
It seems to work fine.
So my question is:
How could I fix this to run it as npm start?
Should I install watchman globally in my system?
Why did another example worked just fine? (I mean this one)
The text was updated successfully, but these errors were encountered:
Followed the steps listed in Your repo example
https://github.com/relayjs/relay-examples/tree/master/issue-tracker
Getting the following error:
I am new to this, so I am just lost as it is not clear how to fix it.
I tried to run it separately
npm run relay --watch false --watchman false
npm run start:react
which isreact-scripts start
It seems to work fine.
So my question is:
How could I fix this to run it as
npm start
?Should I install watchman globally in my system?
Why did another example worked just fine? (I mean this one)
The text was updated successfully, but these errors were encountered: