DEV Community

Discussion on: How to Install React in Laravel 8

Collapse
 
it718 profile image
IT Solutionist, Specialist

Thanks for your postsing. Does it work well?

Collapse
 
sureshramani profile image
Suresh Ramani

Yes

Collapse
 
safventure11000 profile image
Josafe Balili

This worked for me. I encountered error while running npm install (npm ERR! Unexpected end of JSON input while parsing near '...) . I fixed it by executing

npm cache clean --force
npm install -g @angular/cli
then run npm install && npm run dev

Thanks.