Thief of Wealth

ERROR: There are no scenarios; must have at least one.


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


profile on loading

Loading...