터미널에서 노드 설치하는 방법
1
|
npm install -g nodemon
|
cs |
맥은 가끔 위 명령어로 안될 때가 있다. 그럴 땐
1
|
sudo npm install -g nodemon
|
cs |
이후 패스워드를 입력해주면 된다.
아래와 같은 오류를 만났을 때
1
2
3
4
5
6
7
8
9
10
11
|
npm ERR! code E404
npm ERR! 404 Not Found - GET https://skimdb.npmjs.com/registry/nodemon/-/nodemon-2.0.15.tgz - not_found
npm ERR! 404
npm ERR! 404 'nodemon@https://skimdb.npmjs.com/registry/nodemon/-/nodemon-2.0.15.tgz' is not in this registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/zzihyun/.npm/_logs/2022-04-15T02_15_43_943Z-debug-0.log
|
cs |
아래와 같은 명령어를 입력해주면 된다.
'Front-End Developer > Computer Science' 카테고리의 다른 글
규모가 크지 않은 팀프로젝트의 git-flow전략(+인프런 강의영상) (0) | 2022.06.21 |
---|---|
면접관님: 메세지 큐와 이벤트루프가 뭔지 아시나요? (+ 유투브) (2) | 2022.06.15 |
면접관님: 브라우저 렌더링 과정을 설명해보시겠어요?(+유투브) (0) | 2022.06.15 |
5살에게 가르치는 깃 - 깃은 쉽다. (8) | 2022.04.04 |
URL, IP, PORT를 쉽게 표현해보자. (0) | 2022.04.02 |