mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Add info about warnings
This commit is contained in:
parent
5105ac75ff
commit
e6404d58eb
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -73,3 +73,16 @@ Setting `FALLBACK=https://scratch.mit.edu` allows the web client to retrieve dat
|
|||
* Some update attempts to production data made through a development version of the web client
|
||||
|
||||
Additionally, if you set `FALLBACK=https://scratch.mit.edu`, be aware that clicking on links to parts of the website not yet migrated over (currently such as `Explore`, `Discuss`, `Profile`, etc.) will take you to the Scratch website itself.
|
||||
|
||||
#### Warnings during npm install
|
||||
|
||||
```bash
|
||||
npm WARN react-modal@0.6.1 requires a peer of react@^0.14.0 but none was installed.
|
||||
npm WARN react-redux@4.4.0 requires a peer of react@^0.14.0 but none was installed.
|
||||
npm WARN react-redux@4.4.0 requires a peer of redux@^2.0.0 || ^3.0.0 but none was installed.
|
||||
npm WARN react-addons-test-utils@0.14.7 requires a peer of react@^0.14.7 but none was installed.
|
||||
npm WARN react-dom@0.14.8 requires a peer of react@^0.14.8 but none was installed.
|
||||
```
|
||||
|
||||
These currently exist in static/js/lib
|
||||
|
||||
|
|
Loading…
Reference in a new issue