middleware icon indicating copy to clipboard operation
middleware copied to clipboard

pre-requisite dependency(node or yarn) version check added in dev.sh file

Open sahitya-chandra opened this issue 1 year ago • 0 comments

fixed #168

  1. First check
  • [x] Node is installed or not
  • [x] Compatible node version is installed or not
  1. 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

sahitya-chandra avatar Oct 12 '24 20:10 sahitya-chandra