Update install.md to use yarn version classic (#989)

`yarn set version stable` yields many install errors of Javascript packages.  note https://codesti.com/issue/mastodon/documentation/931.

Setting `yarn set version classic` works around these problems and the rest of the instructions work as indicated.  `classic` appears to be required.
This commit is contained in:
Matt Arcidy 2022-11-19 22:45:15 -08:00 committed by GitHub
parent 12a1d3c0d9
commit 61bcd7de89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ apt install -y \
```bash
corepack enable
yarn set version stable
yarn set version classic
```
### Installing Ruby {#installing-ruby}