You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 install in 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.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have installed node modules using pnpm and using npkill causes an error
To Reproduce
Steps to reproduce the behavior:
pnpm install
in any node projectpnpx npkill
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
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.The text was updated successfully, but these errors were encountered: