설치된 글로벌 모듈 확인
npm list -g --depth=0
글로벌 모듈 제거 하기
npm uninstall -g [패키지명]
or
npm un -g [패키지명]
글로벌 모듈 확인
$ npm list -g --depth=0
console
├── eslint@6.8.0
├── eslint-config-airbnb-base@14.0.0
├── eslint-plugin-import@2.19.1
├── eslint-plugin-prettier@3.1.2
...
글로벌 모듈 삭제
$ npm uninstall -g <패키지이름>
console
removed 59 packages in 1.03s
'Node.js' 카테고리의 다른 글
yarn 사용방법 (0) | 2023.01.15 |
---|---|
nodejs 서버 5000번 포트 이미 사용 중 에러 (0) | 2022.07.30 |
nodejs 로그인 로직 (0) | 2022.07.30 |
nodejs express http response code 413 error 해결방법 (0) | 2022.07.03 |
gulp nodejs 업데이트 후 실행 시 Sass 오류 (0) | 2022.03.01 |
개의 댓글