ReactJS-Spring-Boot-CRUD-Full-Stack-App icon indicating copy to clipboard operation
ReactJS-Spring-Boot-CRUD-Full-Stack-App copied to clipboard

Can't `yarn start` in React

Open kotnibf opened this issue 2 years ago • 4 comments

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 image Please check and solve the problem if anyone knows about it. Thanks.

kotnibf avatar Jun 09 '23 16:06 kotnibf

Are you able to run spring boot project? I am able to run react project but not spring boot.

raiabhinav1995 avatar Jun 10 '23 11:06 raiabhinav1995

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?

hseiinshamas avatar Sep 02 '23 10:09 hseiinshamas

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 image Please 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.

imnain avatar Oct 01 '23 08:10 imnain

I used npm start after npm install. It worked.

cjy513203427 avatar Dec 28 '23 23:12 cjy513203427