>  Q&A  >  본문

터미널에서 NPM을 시작할 수 없습니다

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粉715304239P粉715304239223일 전327

모든 응답(1)나는 대답할 것이다

  • P粉495955986

    P粉4959559862024-04-02 09:37:58

    패키지의 스크립트 개체에 실행 명령을 추가합니다. json 파일을 생성하고 프로젝트 루트 디렉터리에서 셸 또는 IDE를 열고 npm start 명령을 실행합니다.

    회신하다
    0
  • 취소회신하다