NPM을 시작하기 위해 터미널에서 명령을 실행할 때마다 다음 오류가 발생합니다.
npm ERR! npm ERR! Did you mean one of these? npm ERR! npm star # Mark your favorite packages npm ERR! npm stars # View packages marked as favorites npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\SB\AppData\Local\npm-cache\_logs23-07-10T09_55_32_164Z-debug-0.log PS C:\Users\SB\Desktop\react>
P粉4959559862024-04-02 09:37:58
패키지의 스크립트 개체에 실행 명령을 추가합니다. json 파일을 생성하고 프로젝트 루트 디렉터리에서 셸 또는 IDE를 열고 npm start 명령을 실행합니다.