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
When running mango b I would like to see a warning when running without dependencies installed.
mango b
The text was updated successfully, but these errors were encountered:
Is there any way to check this? Simple node_modules folder check isn't enough.
node_modules
Sorry, something went wrong.
Something like this could help https://www.npmjs.com/package/check-dependencies
This means that we need package.json file, but we tried to avoid it from the project start.
No branches or pull requests
When running
mango b
I would like to see a warning when running without dependencies installed.The text was updated successfully, but these errors were encountered: