> [email protected] start > react-scripts start sh: react-scripts: command not found
rm -rf node_modules
rm -rf package-lock.json
npm install
> [email protected] start > react-scripts start sh: react-scripts: command not found
rm -rf node_modules
rm -rf package-lock.json
npm install
react-scripts: command not found
# delete the node_modules
rm -rf node_modules
# delete the package-lock.json or yarn.lock
rm -f package-lock.json
rm -f yarn.lock
# clean the npm cache
npm cache clean --force
# Install the dependencies
npm install
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us