Procházet zdrojové kódy

doc: Respect and prevent updating existed yarn lockfile when installing dependencies (#1871)

tags/0.4.2
Bowen Liang před 1 rokem
rodič
revize
66b3588897
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      web/README.md

+ 1
- 1
web/README.md Zobrazit soubor

@@ -10,7 +10,7 @@ First, install the dependencies:
```bash
npm install
# or
yarn
yarn install --frozen-lockfile
```

Then, configure the environment variables. Create a file named `.env.local` in the current directory and copy the contents from `.env.example`. Modify the values of these environment variables according to your requirements:

Načítá se…
Zrušit
Uložit