Răsfoiți Sursa

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

Bowen Liang 1 an în urmă
părinte
comite
66b3588897
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      web/README.md

+ 1 - 1
web/README.md

@@ -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: