I’ll introduce the commands to enable yarn with asdf.
Since Node.js is managed with asdf-node
, you can use the yarn
command by running asdf reshim nodejs
after corepack enable
.
corepack enable
asdf reshim nodejs
That’s all from the Gemba.