mango-cli
mango-cli copied to clipboard
Check if dependencies installed
When running mango b
I would like to see a warning when running without dependencies installed.
Is there any way to check this? Simple node_modules
folder check isn't enough.
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.