보통 cmdtest가 패키지가 같이 설치되어 yarn이 설치가 안된다.
해결 방법은 아래 코드와 같다.
cmdtest, yarn 삭제
sudo apt remove cmdtest
sudo apt remove yarn
<!-- 한번에 삭제 -->
sudo apt remove cmdtest yarn
환경 설정
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
yarn 설치
sudo apt-get update && sudo apt-get install yarn
yarn install
'CodeStates > └ Ubuntu' 카테고리의 다른 글
oh-my-zsh 설치 (0) | 2020.12.04 |
---|---|
deb 파일 설치 (0) | 2020.07.25 |
Command Line 사용법 (0) | 2020.06.24 |
Ubuntu 18.04 Setup (0) | 2020.06.23 |
댓글