middleware
middleware copied to clipboard
pre-requisite dependency(node or yarn) version check added in dev.sh file
fixed #168
- First check
- [x] Node is installed or not
- [x] Compatible node version is installed or not
- Second check
- [x] Yarn is installed or not
- [x] Compatible yarn version is installed or not
If these two checks will pass then only ./dev.sh will run successfully
@jayantbh sir take a look