TIL

npm 설치 여부 확인하기

rachel_13 2022. 8. 3. 17:18
npm ls

또는 

npm list

 

전역 모둘 확인할 경우 

npm ls -g --depth=0