I get an error when creating a project

0

I'm working with Ionic, it gives me an error when creating a project, I show image.

  

Git CLI not found on your PATH. It must be installed to connect this app to Ionic.

    
asked by Pedro Ávila 18.09.2017 в 22:34
source

1 answer

1

I managed to solve the problem I had was that I was installing Ionic first and then Cordova and also I was not doing it globally.

The correct thing is to install Cordoba first and then Ionic.

This was the order you use.

$ sudo npm install -g cordova
$ sudo npm install -g ionic

Reference Chapter 2: Installation

Greetings.

    
answered by 19.09.2017 в 16:52