mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 00:35:58 +08:00
doc: Respect and prevent updating existed yarn lockfile when installing dependencies (#1871)
This commit is contained in:
parent
9134849744
commit
66b3588897
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user