Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

yarn
00h00m00s 0/0: : ERROR: There are no scenarios; must have at least one. 


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

 
PREVIOUS NEXT
Tagged: #yarn #There
ADD COMMENT
Topic
Name
5+9 =