I am totally new to ionic
I have installed ionic with $ npm install -g ionic cordova
then after I did this
D:\Ionic>ionic start cutePuppyPics
? What starter would you like to use: tabs
[WARN] Git CLI not found on your PATH. You may wish to install it to version control your app.
See installation docs for git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
It’s creating empty project folder.
I have already installed git also added this directory to Git
Don’t know what to do?
All the searching on Google got into vain.
Let’s see if anyone can help me here.
That means that when ionic cli try to get the tabs starter from github cant download it cause cant do a git clone (thats why the show you the message to install git or maybe if you have it already add the to the path).
Hello , delete node.js
Open Cmd with administrator rights (important)
1/ reinstall node js LTS version (i use node 10.15.3) (do not use latest version of node , i recommend only 10.15.3)
2/ npm install -g npm@latest
3/ npm install -g ionic cordova
4/ionic start mon-projet-ionic blank
You can also create a new user in the window.
And then Install Ionic in it also install angular.
then create project(by following the command ionic start projectName blank ).
Hope this will work for you