浏览代码

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

tags/0.4.2
Bowen Liang 1年前
父节点
当前提交
66b3588897
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/README.md

+ 1
- 1
web/README.md 查看文件

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

正在加载...
取消
保存