diff --git a/docs/en-US/guide/dev-faq.md b/docs/en-US/guide/dev-faq.md index a8c79d9bc2..4fdbadedf3 100644 --- a/docs/en-US/guide/dev-faq.md +++ b/docs/en-US/guide/dev-faq.md @@ -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 ```