SyntaxFix
Write A Post
Hire A Developer
Questions
Just need to remove and re-install react-scripts
react-scripts
To Remove yarn remove react-scripts To Add yarn add react-scripts
yarn remove react-scripts
yarn add react-scripts
and then rm -rf node_modules/ yarn.lock && yarn
rm -rf node_modules/ yarn.lock && yarn