-
-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npkill does NOT show node_module
s in the nested projects.
#164
Comments
I have the same problem. did you find a solution? |
Not yet |
@zaldih Any updates? |
I haven't had much time these weeks. Luckily that changes now in October and I hope to be able to update and look all these issues! |
I am trying to replicate the problem. |
I think it could be a rendering error. While I investigate, @A7med3bdulBaset Could you try press the cursor down to see if, on update, the results magically appear? |
it seems like the tool doesn't know how to deal with npm wokrspaces. I have same issue,. If it finds package,json - doesn;'t seem it goes deeper. Which in monorepo packages may have their own node_modules |
Describe the bug
let's imagine this path
a/b/node_module
&a/c/node_module
When I run
npx npkill
in theb
orc
dirs, It shows thenode_module
.But When I run it in
a
dir does not show anything.Expected behavior
I expect to show all
node_module
s in the nested directories such as the one inb
andc
.Screenshots
The text was updated successfully, but these errors were encountered: