Open vintprox opened 2 years ago
Maybe it's something with yarn v3. I have yarn v1.22.18 and had no issue.
Or try yarn install
for first time as this dependency is coming from hydrogen and it advise to do that.
Maybe it's something with yarn v3. I have yarn v1.22.18 and had no issue.
Just discovered that degrading back to classic
yarn helps the issue:
$ cd ~
$ rm .yarnrc && rm .yarnrc.yml
$ rm -r .yarn
$ yarn set version classic
$ cd thirdroom
$ yarn
Everything works after that. Then there just remains the question of whether it makes sense to support classic or new edition of Yarn.
Come to think of it, we probably should mention this in the README.
Maybe it's something with yarn v3. I have yarn v1.22.18 and had no issue.
Just discovered that degrading back to
classic
yarn helps the issue:$ cd ~ $ rm .yarnrc && rm .yarnrc.yml $ rm -r .yarn $ yarn set version classic $ cd thirdroom $ yarn
Everything works after that. Then there just remains the question of whether it makes sense to support classic or new edition of Yarn.
We will not be supporting the newer version of yarn. pnpm is looking better and better. It'd be great to stick with npm but npm link is pretty bad.
Anyway, yeah I'll add the yarn version to the readme. We're not switching at the moment.
Describe the bug I was following instuctions provided for local development, and got a failing installation.
To Reproduce Steps to reproduce the behavior:
yarn
and clone repo.yarn
.➤ YN0001: │ Error: @matrix-org/olm@https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.8.tgz: @matrix-org/olm@npm:3.2.8::__archiveUrl=https%3A%2F%2Fgitlab.matrix.org%2Fapi%2Fv4%2Fprojects%2F27%2Fpackages%2Fnpm%2F%40matrix-org%2Folm%2F-%2F%40matrix-org%2Folm-3.2.8.tgz%23 isn't supported by any available resolver
Expected behavior Error-less installation that would allow me to serve the app on localhost.
Screenshots
Desktop: