우분투 명령어

이장훈·2021년 4월 1일
0
  1. 우분투에서 Node.js와 yarn 설치

$ sudo apt-get update
$ sudo apt-get install -y build-essential

curl 설치 후
$ sudo apt-get install curl
$ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash --
$ sudo apt-get install -y node.js

  1. 설치 버전 확인

    $ node -v
    $ npm -v

  2. yarn 설치

    npm install -g yarn

profile
개발자가 꿈입니다.

0개의 댓글