-1

I started to learn ionic framework to make apps. I prefer this tutorial

I installed everything as per the tutorial, but after that, when hitting ionic start myApp tabs in command line, it gives an error:

Git cli not found on your path

I also installed git. But it still gives an error.

enter image description here

kdopen
  • 8,032
  • 7
  • 44
  • 52
Sagar Kodte
  • 3,723
  • 4
  • 23
  • 52
  • You have to add git to your path environment variable – devqon Sep 26 '17 at 07:47
  • @devqon How to do it? – Sagar Kodte Sep 26 '17 at 07:49
  • 2
    please don't add the image like that, just add the error logs as text, that is more than enough. – danglingpointer Sep 26 '17 at 07:52
  • @SagarKodte https://stackoverflow.com/a/34767523/3153169 – devqon Sep 26 '17 at 09:10
  • 1
    One of the worst framework I've ever seen in my life. Its installation process is like fighting in the world war ||. Bull shit ionic framework. First install this, then this, then this, then this, and finally when set it up via cmd a lot of errors are displayed i-e git hub, port, server, cordiva and proxy errors. Just f*** it out. It waste your stamina of app development in the installation process. Ionic framework is the worst framework ever. Deleted it – Stack Overflow Oct 29 '17 at 09:18

1 Answers1

0

You have to add git.exe path to your system path.

For me it is C:\Program Files\Git\bin

Git program folder is not ok. ex; C:\Program Files\Git

Close current CMD and Start again.

adenizc
  • 411
  • 3
  • 8