near / near-workspaces-js

Write tests once, run them both on NEAR TestNet and a controlled NEAR Sandbox local environment
https://near.github.io/near-workspaces-js/
GNU General Public License v3.0
42 stars 21 forks source link

Not supported yarn 1.x.x #118

Open bestatigen opened 2 years ago

bestatigen commented 2 years ago

It seems like using yarn, instead on npm, only works if using v2+. Just wanted to write it here if you want to add it to the readme.

bestatigen commented 2 years ago

Update; not sure why but trying to integrate this into a yarn v3.x repo doesn't seem to work.

ailisp commented 2 years ago

I tries with yarn 1.22.17 (the default one i got from npm i -g yarn) and it works for me. Can you show your error logs?