본문 바로가기
BackEnd

Linux에서 yarn 에러 'There are no scenarios; must have at least one.' 해결법

by E_van 2020. 12. 31.

yarn 사용 시  ERROR: There are no scenarios; must have at least one. 발생 시 아래의 코드 실행

 

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