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
When you are trying to remove a dependency from a project, if you remove the items in deps (in moon.mod.json) first, you will get this error:
error: No matching module was found for xxx/xxxx...
This is because the packages belonging to that module were imported in some moon.pkg.json files. It is hard to find the invalid moon.pkg.json when the project grows large. So, it is better to report the location of the config files, ideally:
In xxx/xxx/moon.pkg.json (line n): No matching module was found for xxx/xxxx
The text was updated successfully, but these errors were encountered:
Feature Request
When you are trying to remove a dependency from a project, if you remove the items in deps (in moon.mod.json) first, you will get this error:
This is because the packages belonging to that module were imported in some
moon.pkg.json
files. It is hard to find the invalidmoon.pkg.json
when the project grows large. So, it is better to report the location of the config files, ideally:The text was updated successfully, but these errors were encountered: