우분투에서 npm install 오류 해결

apt-get을 통한 오류 해결

Posted by redbyzan on April 15, 2016   1 minute read ∼ Tagged with  :  ∼ Filed in  : 

npm error

로컬 환경에 맞는 node 버전을 설치 후 npm install 오류 가 발생할 수 있습니다.

오류 문구 중 stack Error: not found: make

위와 같은 문구를 만난다면 여기를 통해 해결 할 수 있습니다.


sudo apt-get install -y build-essential

Share this post