Jude_Song 2022. 12. 28. 17:07
728x90
반응형

📣 NVM(NodeJS) 설치

https://archijude.tistory.com/587

 

Ubuntu18.04 - nvm 및 nodejs 최신버전설치

url을 이용하여 nvm 설치 $ sudo curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash $ export NVM_DIR="$HOME/.nvm" $ [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" $ [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/b

archijude.tistory.com

 

 

📣 Yarn (NVM으로 노드 설치 이후에 )

curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn -y

 

도움 되셨다면 한단의 광고 클릭!!( ^.* 찡긋!)

728x90
반응형