DEV Community

sunj
sunj

Posted on

react & node.js & npm 설치, 2022-08-16

  1. 본인의 버전에 맞춰서 설치
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
Enter fullscreen mode Exit fullscreen mode
sudo apt-get install -y nodejs
sudo apt install npm
Enter fullscreen mode Exit fullscreen mode
node -v
npm -v
Enter fullscreen mode Exit fullscreen mode

참조 : https://i5i5.tistory.com/285

Top comments (0)