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
bit status shows incorrectly "untracked file dependencies" when a dependency (installed as a package) is missing from node_modules.
bit status
The output I got is:
> A ... issues found untracked file dependencies (use "bit add <file>" to track untracked files as components): a.js -> components/A/b.js
A message showing that the package is missing with a suggestion to run bit install.
bit install
The text was updated successfully, but these errors were encountered:
fix #1750, improve the output to clarify when a dependency package is…
a8cec86
… missing. currently it shows the link file as an untracked file
9fb9676
davidfirst
No branches or pull requests
Describe the bug
bit status
shows incorrectly "untracked file dependencies" when a dependency (installed as a package) is missing from node_modules.Steps to Reproduce
bit status
.The output I got is:
Expected Behavior
A message showing that the package is missing with a suggestion to run
bit install
.Specifications
The text was updated successfully, but these errors were encountered: