mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
10 lines
143 B
Markdown
10 lines
143 B
Markdown
# DEV FAQ
|
|
|
|
Here are the problems that are easy to encounter in development.
|
|
|
|
## If you encounter dependency related issues
|
|
|
|
```bash
|
|
pnpm i
|
|
```
|