# DEV FAQ
Here are the problems that are easy to encounter in development.
## If you encounter dependency related issues
```bash
pnpm i
```