Hi Xavier, I did this on sid: sudo apt install yarnpkg sudo apt remove npm sudo apt autoremove git clone https://github.com/yarnpkg/yarn cd yarn rm -rf node_modules yarnpkg This works fine and installs all of yarnpkg dependencies in node_modules dir. Can you provide a use case where it fails ? Thanks, Paolo