반응형
When you execute " npm start ", you get below error message.
'react-scripts' is not recognized as an internal or external command, operable program or batch file.
- If react-scripts is present in package.json, then just type this command
npm install
- If react-scripts is not present in package.json, then you probably haven't installed it. To do that, run:
npm install react-scripts --save
반응형
'PROGRAMING > React' 카테고리의 다른 글
[REACT] Dark mode Light mode toggle (0) | 2024.03.06 |
---|---|
[REACT]Error: error:0308010C:digital envelope routines::unsupported (0) | 2024.03.06 |
[REACT] React Router (0) | 2024.02.15 |
[REACT] What is React? (0) | 2024.02.10 |
[REACT] npx create-react-app getting error (1) | 2024.02.10 |