ARTICLE Npm Global uninstall 2023년 04월 27일 · Geun node #npm #uninstall 아래 명령어로 설치한 모듈 삭제하기 npm install -g {모듈명} 일단 설치된 모듈 확인 npm list -g grep {모듈명} 제거하기 npm uninstall -g {모듈명} 함께 읽기 Please enable JavaScript to view the comments powered by Disqus.