Skip to content

Commit

Permalink
docs: 更新安装项目依赖命令改为强制安装
Browse files Browse the repository at this point in the history
  • Loading branch information
xieerduos committed Mar 27, 2024
1 parent 5f863a0 commit 4637e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ While working on an open-source project on GitHub, I wanted to incorporate GIFs
### Install Project Dependencies

```bash
npm install
npm install --force
```

### Issues during installation?
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ https://www.figma.com/file/K6Kx0px4lLFVp5qhPwxXyG/electron-ffmpeg-video-to-gif?t
### 安装项目依赖

```
npm install
npm install --force
```

安装过程中遇到问题?
Expand Down

0 comments on commit 4637e17

Please sign in to comment.