> [email protected] Iniciar> React-scripts Start Sh: React-scripts: Comando não encontrado
rm -rf node_modules
rm -rf package-lock.json
npm install
Real Rabbit
rm -rf node_modules
rm -rf package-lock.json
npm install
# 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
"start": "NODE_ENV=production node_modules/react-scripts/bin/react-scripts.js start"