npm은 되는데 yarn은 안될시 저런 에러가 뜨는 경우가 있는데,
아래와 같은 코드를 실행해주자.
sudo apt remove cmdtest
sudo apt remove 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
sudo apt update
sudo apt install yarn
'개발 > Web Programming' 카테고리의 다른 글
MVC 란? (0) | 2019.09.03 |
---|---|
jdbc로 mysql과 eclipse 연동하기 (0) | 2019.05.11 |
'const' can only be used in a .ts file. 문제 (0) | 2019.04.03 |
yarn add 시 Unexpected end of JSON input 문제 해결법 (0) | 2019.04.03 |
[mysql] 컬럼에 auto increment 속성 추가하기 (0) | 2019.03.24 |