You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README does not say how to install yarn. I am not familiar with the JS environment, and it took me a while to understand many errors I had.
So to install yarn, I need npm. Apparently the best is to use nvm, and the version that seems to work is 20 (18 might work). With 16 or before I run into multiple errors.
Hence:
nvm install 22
corepack enable
seems what is necessary to have make deps working.
The text was updated successfully, but these errors were encountered:
The README does not say how to install
yarn
. I am not familiar with the JS environment, and it took me a while to understand many errors I had.So to install
yarn
, I neednpm
. Apparently the best is to usenvm
, and the version that seems to work is20
(18 might work). With16
or before I run into multiple errors.Hence:
seems what is necessary to have
make deps
working.The text was updated successfully, but these errors were encountered: