-
Notifications
You must be signed in to change notification settings - Fork 6
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
Our agent couldn't find any inactive projects. #10
Comments
Hi @amcc, so no Could you try running wipe-modules with the --dry flag to see what it finds?
|
just ran this on a folder that contained 2 subfolders, one had a node module folder within it. The other had 2 more subfolders, one with 2 more folders each with a node modules folder, the other itself contained a node-modules folder. so the structure looked like
So thats 4 node-modules folders total. this is the output of the command:
|
Oh yeah, right now, the agent only looks and can remove At the moment, What do you think? |
As soon as I posted that I figured out that it was a depth thing. That list painted a picture I couldn't figure out originally! Mining down into folders would be so handy. I put projects into folders to tidy things up. That single feature would do it for me. It's a fantastic thing other than that. A big issue for me is time machine and Google drive (also Dropbox etc) hating those folders |
i'm frequently getting the message 'Our agent couldn't find any inactive projects.' on a folder containing many node projects and node_modules directories.
I'm not sure whats causing the error, however if i drill down into a specific folder containing a node_modules folder within my code directory it will find it. If I look at a folder that may contain for instance a node project folder as well as a wordpress folder and other it might come up with the above message.
I understand if the project isn't active right now, but perhaps someone has the same issue and can suggest a solution
The text was updated successfully, but these errors were encountered: