본문 바로가기

중요한 잡동사니

ubuntu 환경에서 nodejs, angular/cli 설치 방법

ubuntu 환경에서 nodejs, angular/cli 설치 방법


sudo apt install curl
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - 
sudo apt-get install -y nodejs
sudo npm install -g @angular/cli