Unverified Commit 66b35888 authored by Bowen Liang's avatar Bowen Liang Committed by GitHub

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

parent 91348497
...@@ -10,7 +10,7 @@ First, install the dependencies: ...@@ -10,7 +10,7 @@ First, install the dependencies:
```bash ```bash
npm install npm install
# or # 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: 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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment