웹마짱구의 블로그

728x90

원문 : https://zel0rd.tistory.com/140

 

git ignore 안될 때!! (node_modules 제거)

npm을 사용할 때, package.json에는 의존하는 패키지 리스트가 나와있고 npm install을 통해 필요한 패키지들을 받아서 사용하게 된다. 이 패키지들은 node_modules라는 폴더에 설치가 되는데... 수 많은 파

zel0rd.tistory.com

 

$ git rm --cached -r node_modules