docs: update dev-faq.md (#11270)

Update dev-faq.md
This commit is contained in:
BTB 2023-01-13 13:28:38 +08:00 committed by GitHub
parent 4019a83405
commit 0e9e2f39a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ Here are the problems that are easy to encounter in development.
## If you encounter dependency related issues
```shell
rm -fr node_modules
rm -rf node_modules
pnpm i
```