[SOLVED] Developer machine setup failed because of package missing

Hi @Ajith that’s weird, it seems that for some reason you are missing the vendor folder, there are serveral ways you can fix this

  1. You can checkout the master branch again with git
  2. Clone the repo once more
  3. install glide and run glide install from within the platform folder

Hope this helps