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
{{ message }}
This repository was archived by the owner on Dec 21, 2019. It is now read-only.
If you were to checkout a packager project (say, MooTools Core) and put it in a directory that happens to equal the package name ('Core') then this expression would fail:
packager build Core/*
Because it would interpret this as an instruction to get files in that directory instead of from the package. Even if you do this:
packager build +components Core/*
You'll get the same error, something like this:
WARNING: The required component Core/Source could not be found.
WARNING: The required component Core/Tests could not be found.
WARNING: The required component Core/package.yml could not be found.
etc
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you were to checkout a packager project (say, MooTools Core) and put it in a directory that happens to equal the package name ('Core') then this expression would fail:
Because it would interpret this as an instruction to get files in that directory instead of from the package. Even if you do this:
You'll get the same error, something like this:
The text was updated successfully, but these errors were encountered: