We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is very common to link modules for development (think npm linkor bower link). It would be great to have some devkit support for links.
npm link
bower link
At least skip dependencies satisfied by links in devkit install, instead of the current behavior of failing due to git discrepancies.
devkit install
The text was updated successfully, but these errors were encountered:
what are git discrepancies?
Sorry, something went wrong.
untracked files, unstaged changes, etc
On Mon, Jun 29, 2015 at 3:06 PM, Martin Hunt [email protected] wrote:
what are git discrepancies? — Reply to this email directly or view it on GitHub #237 (comment).
— Reply to this email directly or view it on GitHub #237 (comment).
No branches or pull requests
It is very common to link modules for development (think
npm link
orbower link
). It would be great to have some devkit support for links.At least skip dependencies satisfied by links in
devkit install
, instead of the current behavior of failing due to git discrepancies.The text was updated successfully, but these errors were encountered: