-
Notifications
You must be signed in to change notification settings - Fork 361
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
A command to remove cache #29
Comments
That should not be a problem, since lazy resets tha package path. You can delete the cache at Can you give more details on what you're trying to achieve? |
After modifying the packer's configuration file to lazy's, Then, I found I could not The error message shows that lazy loads plugins from After deleting What surprised me most was why lazy loaded plugins from the packer directory. |
That could only happen if the original rtp was still present. Should not happen with lazy's default settings. Did you change those? |
Have you deleted |
that also should not cause issues, since I prevent that file from being loaded. But it must indeed be something like that what was happening. Most likely the RTP path that contained other paths. Did you have |
Neither |
I loaded packer_compile from a custom position, not sure whether it is important, This may be a hard-to-reproduce error, if you have no clue, you can close this issue first. |
ah yes, that would have been the problem. the packer compiled file would have updated the rtp, hence the behavior you noticed. I prevent loading the default location of packer_compiled, but if you changed that, it would have still been loaded |
Is your feature request related to a problem? Please describe.
Maybe because I do not delete packages packer downloaded,
lazy always loads plugins from the wrong path.
Describe the solution you'd like
If the cache was wrongly generated, It's hard to debug and find out what's wrong.
Maybe a command with the cache cleaning functionality is necessary.
The text was updated successfully, but these errors were encountered: