OS/Linux

Ubuntu Node update

아르비스 2020. 9. 25. 09:09

ubuntu에서 Node / npm의 update가 잘 되지 않아서.. 정리함.

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs

 

확인 방법

$ npm -v
6.14.6
$ node -v
v12.18.4
$