How to delete project by rm
command on Windows?
#7035
Unanswered
chengpeiquan
asked this question in
Q&A
Replies: 1 comment
-
In the end, it can only be deleted through |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, there is a problem that has been bothering me for a long time, but I can't seem to find a solution.
When I use Windows Terminal to delete a certain project in the parent directory, I execute commands such as
rm -fo .\my-project\
, and I will always get a deletion error feedback:It always prompts "The directory is not empty". If the dependencies have been installed through
npm
oryarn
before, this problem will not occur, but those installed throughpnpm
will.Although I know the working differences between them, I still don't know much about how to solve this problem.
Is there a better solution?
Beta Was this translation helpful? Give feedback.
All reactions