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
Installation seems to only work with yarn classic (i.e., v1.22.19) -- meaning that if you do a fresh install of yarn before following the directions in the readme you must yarn set version 1.22.19 in order for the yarn global add walder to properly function. (It doesn't seem to work with yarn dlx but I'm not really familiar with the whole ecosystem).
The text was updated successfully, but these errors were encountered:
finally, you may want to mention (for those not familiar) that yarn will put the compiled binary in ~/.yarn/bin, so unless that's on your path the example listed will not work until that's done (maybe the yarn command shouldn't be global?)
Installation seems to only work with yarn classic (i.e., v1.22.19) -- meaning that if you do a fresh install of yarn before following the directions in the readme you must
yarn set version 1.22.19
in order for theyarn global add walder
to properly function. (It doesn't seem to work withyarn dlx
but I'm not really familiar with the whole ecosystem).The text was updated successfully, but these errors were encountered: