티스토리 뷰

공부

[js] node & npm & yarn

승가비 2023. 1. 24. 06:19
728x90
sudo rm -rf /var/lib/apt/lists
sudo apt-get update

sudo apt-get install -y build-essential
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash --
sudo apt-get install -y node.js

node -v
npm -v

npm install -g yarn
yarn -v

npm install -g n
n stable

 

https://velog.io/@jjhstoday/Node.js-Node.js%EC%99%80-NPM-%EC%B5%9C%EC%8B%A0%EB%B2%84%EC%A0%84%EC%9C%BC%EB%A1%9C-%EC%97%85%EA%B7%B8%EB%A0%88%EC%9D%B4%EB%93%9C-%ED%95%98%EA%B8%B0

 

[Node.js] Node.js & NPM 업그레이드하기!

📚 Node.js와 NPM 최신으로 업그레이드하기!

velog.io

https://blog.system32.kr/205

 

[Ubuntu] 우분투에 Nodejs와 Yarn 설치

Nodejs 설치 $ sudo apt-get update $ sudo apt-get install -y build-essential $ sudo apt-get install curl $ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -- $ sudo apt-get install -y node.js 설치 버전 확인 $ node -v $ npm -v Yarn 설

blog.system32.kr

 

728x90
댓글