티스토리 뷰
npm ERR! Missing script : "start"
대체로 많이들 하는 방법이
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
start에 "node index.js"를 입력하라고 한다
하지만 난 이미 잘 입력되어있으니 될 리가 없고