npkill
npkill copied to clipboard
Errors on symlinked node_modules
When npkill encounters a symlinked node_modules it shows an error:
0. Error: ENOENT: no such file or directory, stat 'C:\a\b\c\node_modules'
Windows 10 x64
I am trying to replicate the error with symlinked test cases but the only way I get the error is to modify the node_modules symlinked manually to break it.
Can you confirm that you can manually access to C:\a\b\c\node_modules
?