mango-cli icon indicating copy to clipboard operation
mango-cli copied to clipboard

Check if dependencies installed

Open VojtaStanek opened this issue 7 years ago • 3 comments

When running mango b I would like to see a warning when running without dependencies installed.

VojtaStanek avatar Sep 04 '17 09:09 VojtaStanek

Is there any way to check this? Simple node_modules folder check isn't enough.

enzy avatar Oct 23 '17 11:10 enzy

Something like this could help https://www.npmjs.com/package/check-dependencies

FilipChalupa avatar Oct 24 '17 13:10 FilipChalupa

This means that we need package.json file, but we tried to avoid it from the project start.

enzy avatar Nov 07 '17 17:11 enzy