Solving "react-scripts' is not recognized as an internal or external command" Error
Follow the method below to resolve the issue.
- Remove node_modules foldert
- Remove package-lock.json file
- Run
npm install
- Run
npm i -S react-scripts
- Run
npm start
Follow the method below to resolve the issue.
npm install
npm i -S react-scripts
npm start
Yorumlar
Yorum Gönder