Can't `yarn start` in React
Hi. I thought this is the wonderful sample to learn about Spring boot + React.
But I can't start the React with yarn start command.
I got this error
Please check and solve the problem if anyone knows about it.
Thanks.
Are you able to run spring boot project? I am able to run react project but not spring boot.
Are you able to run spring boot project? I am able to run react project but not spring boot.
Could you please specify what type of error you are encountring?
Hi. I thought this is the wonderful sample to learn about Spring boot + React. But I can't start the React with
yarn startcommand. I got this errorPlease check and solve the problem if anyone knows about it. Thanks.
It's a version mismatch problem. Use Node js version 16.16.0 then 'yarn start', It will solve your issue.
I used npm start after npm install. It worked.
Please check and solve the problem if anyone knows about it. Thanks.