Fix matrix-js-sdk linking on Windows (#33491)

* Fix matrix-js-sdk linking on Windows

* Linting
This commit is contained in:
Travis Ralston
2026-05-14 09:23:33 -06:00
committed by GitHub
parent ab904bb6ca
commit a12296630a
2 changed files with 24 additions and 10 deletions
+4
View File
@@ -45,6 +45,8 @@ Set up your local development link by creating a `.link-config` file with conten
matrix-js-sdk=/path/to/matrix-js-sdk
```
**Note for Windows users**: Your link config path might need escaping. For example, `matrix-js-sdk=C:\\path\\to\\matrix-js-sdk`.
Switch to the `apps/web` directory: `cd apps/web`
Configure the app by copying `config.sample.json` to `config.json` and
@@ -57,6 +59,8 @@ pnpm install
pnpm start
```
**Note for Windows users**: `pnpm start` needs to be run from a terminal with bash/shell support.
Wait a few seconds for the initial build to finish; you should see something like:
```