[Vuejs]-Yarn installation downloads unusual folder

0👍

Looks like npm linked yarn from the dependancy list of one of your projects. I’d say the easiest way to install yarn on a macbook is thru homebrew.

Just run brew update && brew install yarn

PS: Assuming you already have homebrew installed on your macbook

Leave a comment