Address PR comments
This commit is contained in:
parent
5258bf9c84
commit
27e311f7e8
1 changed files with 2 additions and 1 deletions
|
@ -57,8 +57,9 @@ to build.
|
||||||
1. Switch to the vector-web directory: `cd vector-web`
|
1. Switch to the vector-web directory: `cd vector-web`
|
||||||
1. Install the prerequisites: `npm install`
|
1. Install the prerequisites: `npm install`
|
||||||
1. If you are using the `develop` branch of vector-web, you will probably need
|
1. If you are using the `develop` branch of vector-web, you will probably need
|
||||||
to rebuild one of the dependencies, due to
|
to rebuild some of the dependencies, due to
|
||||||
https://github.com/npm/npm/issues/3055:
|
https://github.com/npm/npm/issues/3055:
|
||||||
|
|
||||||
```
|
```
|
||||||
(cd node_modules/matrix-js-sdk && npm install)
|
(cd node_modules/matrix-js-sdk && npm install)
|
||||||
(cd node_modules/matrix-react-sdk && npm install)
|
(cd node_modules/matrix-react-sdk && npm install)
|
||||||
|
|
Loading…
Reference in a new issue