-
-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Description
Describe the bug
I have installed node modules using pnpm and using npkill causes an error
To Reproduce
Steps to reproduce the behavior:
- Run
pnpm installin any node project - Try to use npkill through the command
pnpx npkill - Select the project
- Error
The following error happens on pretty much the whole .pnpm folder:
Error: ENOTEMPTY: directory not empty, rmdir 'C:\Repos\Testing\node_modules\.pnpm\registry.npmjs.org\yargs
- OS: Windows
- Version: v0.7.0
FYI, the pnpm folders use syslinks extensively. I understand this tool is not meant to support pnpm, but maybe the solution to such issue is as simple as changing a few lines and achieving full compatibility with pnpm.
Apparently, using rmdir command on Windows works.
Metadata
Metadata
Assignees
Labels
No labels