SMALL

레지스트리 설정 확인

npm config get registry

 

 

공식레지스트리가 아닐시 변경

npm config set registry https://registry.npmjs.org/

 

 

캐시제거

npm cache clean --force

 

 

노드모듈 설치

npm i
LIST

+ Recent posts