Hello,
after I installed the latest version of ionic (3.4.0) I cant create a new app, I run the following commands, please help!
npm install -g ionic@latest
npm install @ionic/cli-plugin-cordova
npm install @ionic/cli-plugin-ionic-angular
npm install --save-dev --save-exact @ionic/cli-plugin-ionic-angular@latest
npm install --save-dev --save-exact @ionic/cli-plugin-cordova@latest
C:\Users\musas>ionic start ionic3app blank
[WARN] Git CLI not found on your PATH. You may wish to install it to version control your app.
See installation docs for git: Git - Installing Git
Use --no-git to disable this warning.
Creating directory .\ionic3app - done!
[INFO] Fetching app base (https://github.com/ionic-team/ionic2-app-base/archive/master.tar.gz)
Downloading - done!
[INFO] Fetching starter template blank (https://github.com/ionic-team/ionic2-starter-blank/archive/master.tar.gz)
Downloading - done!
Updating package.json with app details - done!
Creating configuration file ionic.config.json - done!
[INFO] Installing dependencies may take several minutes!
npm install
Running command - failed!
[ERROR] An error occurred while running npm install (exit code 1):
npm WARN deprecated object-keys@0.2.0: Please update to the latest object-keys
npm ERR! code ENOGIT
npm ERR! No git binary found in $PATH
npm ERR!
npm ERR! Failed using git.
npm ERR! Please check if you have git installed and in your PATH.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\musas\AppData\Roaming\npm-cache\_logs\2017-06-28T17_19_56_280Z-debug.log
…
and app-scripts not installed successfully!