expo / create-react-native-app

Create React Native apps that run on iOS, Android, and web
BSD 3-Clause "New" or "Revised" License
13.26k stars 1.35k forks source link

Error creating new project - react-redux is not installed(?) #344

Closed NicolasKlenert closed 7 years ago

NicolasKlenert commented 7 years ago

Just installed create-react-native-app and typed "create-react-native-app proj". This is the full terminal output with the error message:

Creating a new React Native app in C:\Projects\proj.

Using package manager as npm with npm interface.
Installing packages. This might take a couple minutes.
Installing react-native-scripts...

proj@0.1.0 C:\Projects\proj
`-- react-native-scripts@1.1.0
  +-- @expo/bunyan@1.8.10
  | +-- moment@2.18.1
  | +-- mv@2.1.1
  | | `-- rimraf@2.4.5
  | |   `-- glob@6.0.4
  | `-- safe-json-stringify@1.0.4
  +-- babel-runtime@6.25.0
  | +-- core-js@2.4.1
  | `-- regenerator-runtime@0.10.5
  +-- chalk@2.0.1
  | +-- ansi-styles@3.2.0
  | | `-- color-convert@1.9.0
  | |   `-- color-name@1.1.3
  | +-- escape-string-regexp@1.0.5
  | `-- supports-color@4.2.1
  |   `-- has-flag@2.0.0
  +-- cross-spawn@5.1.0
  | +-- lru-cache@4.1.1
  | | +-- pseudomap@1.0.2
  | | `-- yallist@2.1.2
  | +-- shebang-command@1.2.0
  | | `-- shebang-regex@1.0.0
  | `-- which@1.3.0
  |   `-- isexe@2.0.0
  +-- fs-extra@3.0.1
  | +-- graceful-fs@4.1.11
  | +-- jsonfile@3.0.1
  | `-- universalify@0.1.1
  +-- indent-string@3.2.0
  +-- inquirer@3.2.1
  | +-- ansi-escapes@2.0.0
  | +-- cli-cursor@2.1.0
  | | `-- restore-cursor@2.0.0
  | |   +-- onetime@2.0.1
  | |   | `-- mimic-fn@1.1.0
  | |   `-- signal-exit@3.0.2
  | +-- cli-width@2.1.0
  | +-- external-editor@2.0.4
  | | +-- iconv-lite@0.4.18
  | | +-- jschardet@1.5.0
  | | `-- tmp@0.0.31
  | |   `-- os-tmpdir@1.0.2
  | +-- figures@2.0.0
  | +-- lodash@4.17.4
  | +-- mute-stream@0.0.7
  | +-- run-async@2.3.0
  | | `-- is-promise@2.1.0
  | +-- rx-lite@4.0.8
  | +-- rx-lite-aggregates@4.0.8
  | +-- string-width@2.1.1
  | | `-- is-fullwidth-code-point@2.0.0
  | +-- strip-ansi@4.0.0
  | | `-- ansi-regex@3.0.0
  | `-- through@2.3.8
  +-- match-require@2.1.0
  | `-- uuid@3.1.0
  +-- minimist@1.2.0
  +-- path-exists@3.0.0
  +-- progress@2.0.0
  +-- qrcode-terminal@0.11.0
  +-- rimraf@2.6.1
  | `-- glob@7.1.2
  |   +-- fs.realpath@1.0.0
  |   +-- inflight@1.0.6
  |   | `-- wrappy@1.0.2
  |   +-- inherits@2.0.3
  |   +-- minimatch@3.0.4
  |   | `-- brace-expansion@1.1.8
  |   |   +-- balanced-match@1.0.0
  |   |   `-- concat-map@0.0.1
  |   +-- once@1.4.0
  |   `-- path-is-absolute@1.0.1
  `-- xdl@43.0.0
    +-- @ccheever/crayon@5.0.0
    | +-- has-color@0.1.7
    | `-- strip-ansi@0.2.2
    |   `-- ansi-regex@0.1.0
    +-- @expo/json-file@5.3.0
    | `-- json5@0.5.1
    +-- @expo/osascript@1.8.0
    +-- @expo/spawn-async@1.3.0
    +-- analytics-node@2.4.1
    | +-- @segment/loosely-validate-event@1.1.2
    | | +-- component-type@1.2.1
    | | `-- join-component@1.1.0
    | +-- clone@2.1.1
    | +-- commander@2.11.0
    | +-- crypto-token@1.0.1
    | +-- debug@2.6.8
    | +-- remove-trailing-slash@0.1.0
    | +-- superagent@3.5.2
    | | +-- component-emitter@1.2.1
    | | +-- cookiejar@2.1.1
    | | +-- form-data@2.2.0
    | | +-- formidable@1.1.1
    | | +-- mime@1.3.6
    | | `-- readable-stream@2.3.3
    | |   +-- core-util-is@1.0.2
    | |   +-- isarray@1.0.0
    | |   +-- process-nextick-args@1.0.7
    | |   +-- string_decoder@1.0.3
    | |   `-- util-deprecate@1.0.2
    | `-- superagent-retry@0.6.0
    +-- auth0@2.7.0
    | +-- bluebird@2.11.0
    | `-- rest-facade@1.5.0
    |   +-- bluebird@2.11.0
    |   `-- change-case@2.3.1
    |     +-- camel-case@1.2.2
    |     +-- constant-case@1.1.2
    |     +-- dot-case@1.1.2
    |     +-- is-lower-case@1.1.3
    |     +-- is-upper-case@1.1.2
    |     +-- lower-case@1.1.4
    |     +-- lower-case-first@1.0.2
    |     +-- param-case@1.1.2
    |     +-- pascal-case@1.1.2
    |     +-- path-case@1.1.2
    |     +-- sentence-case@1.1.3
    |     +-- snake-case@1.1.2
    |     +-- swap-case@1.1.2
    |     +-- title-case@1.1.2
    |     +-- upper-case@1.1.3
    |     `-- upper-case-first@1.1.2
    +-- auth0-js@7.6.1
    | +-- Base64@0.1.4
    | +-- json-fallback@0.0.1
    | +-- jsonp@0.0.4
    | +-- qs@6.5.0
    | +-- reqwest@2.0.5
    | +-- trim@0.0.1
    | +-- winchan@0.1.4
    | `-- xtend@2.1.2
    |   `-- object-keys@0.4.0
    +-- bluebird@3.5.0
    +-- body-parser@1.17.2
    | +-- bytes@2.4.0
    | +-- content-type@1.0.2
    | +-- debug@2.6.7
    | +-- depd@1.1.1
    | +-- http-errors@1.6.1
    | | `-- depd@1.1.0
    | +-- iconv-lite@0.4.15
    | +-- on-finished@2.3.0
    | | `-- ee-first@1.1.1
    | +-- qs@6.4.0
    | +-- raw-body@2.2.0
    | | +-- iconv-lite@0.4.15
    | | `-- unpipe@1.0.0
    | `-- type-is@1.6.15
    |   `-- media-typer@0.3.0
    +-- decache@4.1.0
    | `-- callsite@1.0.0
    +-- delay-async@1.1.0
    +-- es6-error@4.0.2
    +-- exec-async@2.2.0
    +-- exists-async@2.0.0
    +-- express@4.15.3
    | +-- accepts@1.3.3
    | | `-- negotiator@0.6.1
    | +-- array-flatten@1.1.1
    | +-- content-disposition@0.5.2
    | +-- cookie@0.3.1
    | +-- cookie-signature@1.0.6
    | +-- debug@2.6.7
    | +-- encodeurl@1.0.1
    | +-- escape-html@1.0.3
    | +-- etag@1.8.0
    | +-- finalhandler@1.0.3
    | | `-- debug@2.6.7
    | +-- fresh@0.5.0
    | +-- merge-descriptors@1.0.1
    | +-- methods@1.1.2
    | +-- parseurl@1.3.1
    | +-- path-to-regexp@0.1.7
    | +-- proxy-addr@1.1.5
    | | +-- forwarded@0.1.0
    | | `-- ipaddr.js@1.4.0
    | +-- qs@6.4.0
    | +-- range-parser@1.2.0
    | +-- send@0.15.3
    | | +-- debug@2.6.7
    | | +-- destroy@1.0.4
    | | `-- mime@1.3.4
    | +-- serve-static@1.12.3
    | +-- setprototypeof@1.0.3
    | +-- statuses@1.3.1
    | +-- utils-merge@1.0.0
    | `-- vary@1.1.1
    +-- file-type@4.4.0
    +-- freeport-async@1.1.1
    +-- fs-extra@0.30.0
    | `-- klaw@1.3.1
    +-- glob@7.1.2
    +-- hasbin@1.2.3
    | `-- async@1.5.2
    +-- home-dir@1.0.0
    +-- instapromise@2.0.7-rc.1
    +-- ip@1.1.5
    +-- joi@10.6.0
    | +-- hoek@4.2.0
    | +-- isemail@2.2.1
    | +-- items@2.1.1
    | `-- topo@2.0.2
    |   `-- hoek@4.2.0
    +-- jsonfile@2.4.0
    +-- jsonschema@1.1.1
    +-- jsonwebtoken@7.4.1
    | +-- joi@6.10.1
    | | +-- hoek@2.16.3
    | | +-- isemail@1.2.0
    | | `-- topo@1.1.0
    | +-- jws@3.1.4
    | | +-- base64url@2.0.0
    | | `-- jwa@1.1.5
    | |   +-- buffer-equal-constant-time@1.0.1
    | |   `-- ecdsa-sig-formatter@1.0.9
    | +-- lodash.once@4.1.1
    | +-- ms@2.0.0
    | `-- xtend@4.0.1
    +-- md5hex@1.0.0
    +-- mkdirp@0.5.1
    | `-- minimist@0.0.8
    +-- mkdirp-promise@5.0.1
    +-- mz@2.6.0
    | +-- any-promise@1.3.0
    | +-- object-assign@4.1.1
    | `-- thenify-all@1.6.0
    |   `-- thenify@3.3.0
    +-- ncp@2.0.0
    +-- opn@4.0.2
    | `-- pinkie-promise@2.0.1
    |   `-- pinkie@2.0.4
    +-- promise-props@1.0.0
    +-- querystring@0.2.0
    +-- UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0-0 || ^16.0.0-0
    +-- react-redux@5.0.5
    | +-- create-react-class@15.6.0
    | | `-- fbjs@0.8.14
    | |   +-- core-js@1.2.7
    | |   +-- isomorphic-fetch@2.2.1
    | |   | +-- node-fetch@1.7.1
    | |   | | +-- encoding@0.1.12
    | |   | | `-- is-stream@1.1.0
    | |   | `-- whatwg-fetch@2.0.3
    | |   +-- promise@7.3.1
    | |   | `-- asap@2.0.6
    | |   +-- setimmediate@1.0.5
    | |   `-- ua-parser-js@0.7.14
    | +-- hoist-non-react-statics@1.2.0
    | +-- invariant@2.2.2
    | +-- lodash-es@4.17.4
    | +-- loose-envify@1.3.1
    | | `-- js-tokens@3.0.2
    | `-- prop-types@15.5.10
    +-- read-chunk@2.1.0
    | +-- pify@3.0.0
    | `-- safe-buffer@5.1.1
    +-- redux@3.7.2
    | `-- symbol-observable@1.0.4
    +-- redux-logger@2.10.2
    | `-- deep-diff@0.3.4
    +-- request@2.81.0
    | +-- aws-sign2@0.6.0
    | +-- aws4@1.6.0
    | +-- caseless@0.12.0
    | +-- combined-stream@1.0.5
    | | `-- delayed-stream@1.0.0
    | +-- extend@3.0.1
    | +-- forever-agent@0.6.1
    | +-- form-data@2.1.4
    | | `-- asynckit@0.4.0
    | +-- har-validator@4.2.1
    | | +-- ajv@4.11.8
    | | | +-- co@4.6.0
    | | | `-- json-stable-stringify@1.0.1
    | | |   `-- jsonify@0.0.0
    | | `-- har-schema@1.0.5
    | +-- hawk@3.1.3
    | | +-- boom@2.10.1
    | | +-- cryptiles@2.0.5
    | | `-- sntp@1.0.9
    | +-- http-signature@1.1.1
    | | +-- assert-plus@0.2.0
    | | +-- jsprim@1.4.1
    | | | +-- assert-plus@1.0.0
    | | | +-- extsprintf@1.3.0
    | | | +-- json-schema@0.2.3
    | | | `-- verror@1.10.0
    | | |   `-- assert-plus@1.0.0
    | | `-- sshpk@1.13.1
    | |   +-- asn1@0.2.3
    | |   +-- assert-plus@1.0.0
    | |   +-- bcrypt-pbkdf@1.0.1
    | |   +-- dashdash@1.14.1
    | |   | `-- assert-plus@1.0.0
    | |   +-- ecc-jsbn@0.1.1
    | |   +-- getpass@0.1.7
    | |   | `-- assert-plus@1.0.0
    | |   +-- jsbn@0.1.1
    | |   `-- tweetnacl@0.14.5
    | +-- is-typedarray@1.0.0
    | +-- isstream@0.1.2
    | +-- json-stringify-safe@5.0.1
    | +-- mime-types@2.1.16
    | | `-- mime-db@1.29.0
    | +-- oauth-sign@0.8.2
    | +-- performance-now@0.2.0
    | +-- qs@6.4.0
    | +-- stringstream@0.0.5
    | +-- tough-cookie@2.3.2
    | | `-- punycode@1.4.1
    | `-- tunnel-agent@0.6.0
    +-- request-progress@3.0.0
    | `-- throttleit@1.0.0
    +-- semver@5.4.1
    +-- slugid@1.1.0
    | `-- uuid@2.0.3
    +-- slugify@1.1.0
    +-- source-map-support@0.4.15
    | `-- source-map@0.5.6
    +-- tar.gz@1.0.5
    | +-- bluebird@2.11.0
    | +-- fstream@1.0.11
    | +-- mout@0.11.1
    | `-- tar@2.2.1
    |   `-- block-stream@0.0.9
    +-- tree-kill@1.1.0
    +-- url@0.11.0
    | `-- punycode@1.3.2
    +-- xhr2@0.1.4
    `-- yesno@0.0.1

npm WARN react-redux@5.0.5 requires a peer of react@^0.14.0 || ^15.0.0-0 || ^16.0.0-0 but none was installed.
Installing dependencies using npm...

npm WARN addRemoteGit Error: not found: git
npm WARN addRemoteGit     at getNotFoundError (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:14:12)
npm WARN addRemoteGit     at F (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:69:19)
npm WARN addRemoteGit     at E (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:81:29)
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:90:16
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
npm WARN addRemoteGit     at FSReqWrap.oncomplete (fs.js:123:15)
npm WARN addRemoteGit  expo/node-websql#18.0.0 resetting remote C:\Users\Nico\AppData\Roaming\npm-cache\_git-remotes\git-github-com-expo-node-websql-git-18-0-0-17a6eb60 because of error: { Error: not found: git
npm WARN addRemoteGit     at getNotFoundError (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:14:12)
npm WARN addRemoteGit     at F (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:69:19)
npm WARN addRemoteGit     at E (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:81:29)
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:90:16
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
npm WARN addRemoteGit     at FSReqWrap.oncomplete (fs.js:123:15) code: 'ENOGIT' }
npm ERR! git clone --template=C:\Users\Nico\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/expo/node-websql.git C:\Users\Nico\AppData\Roaming\npm-cache\_git-remotes\git-github-com-expo-node-websql-git-18-0-0-17a6eb60: undefined
npm ERR! git clone --template=C:\Users\Nico\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/expo/node-websql.git C:\Users\Nico\AppData\Roaming\npm-cache\_git-remotes\git-github-com-expo-node-websql-git-18-0-0-17a6eb60: undefined
npm WARN addRemoteGit Error: not found: git
npm WARN addRemoteGit     at getNotFoundError (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:14:12)
npm WARN addRemoteGit     at F (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:69:19)
npm WARN addRemoteGit     at E (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:81:29)
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:90:16
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
npm WARN addRemoteGit     at FSReqWrap.oncomplete (fs.js:123:15)
npm WARN addRemoteGit  expo/node-websql#18.0.0 resetting remote C:\Users\Nico\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-expo-node-websql-git-18-0-0-9423671b because of error: { Error: not found: git
npm WARN addRemoteGit     at getNotFoundError (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:14:12)
npm WARN addRemoteGit     at F (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:69:19)
npm WARN addRemoteGit     at E (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:81:29)
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:90:16
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
npm WARN addRemoteGit     at FSReqWrap.oncomplete (fs.js:123:15) code: 'ENOGIT' }
npm ERR! git clone --template=C:\Users\Nico\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror https://github.com/expo/node-websql.git C:\Users\Nico\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-expo-node-websql-git-18-0-0-9423671b: undefined
npm ERR! git clone --template=C:\Users\Nico\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror https://github.com/expo/node-websql.git C:\Users\Nico\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-expo-node-websql-git-18-0-0-9423671b: undefined
npm WARN addRemoteGit Error: not found: git
npm WARN addRemoteGit     at getNotFoundError (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:14:12)
npm WARN addRemoteGit     at F (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:69:19)
npm WARN addRemoteGit     at E (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:81:29)
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:90:16
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
npm WARN addRemoteGit     at FSReqWrap.oncomplete (fs.js:123:15)
npm WARN addRemoteGit  expo/node-websql#18.0.0 resetting remote C:\Users\Nico\AppData\Roaming\npm-cache\_git-remotes\git-github-com-expo-node-websql-git-18-0-0-8213877d because of error: { Error: not found: git
npm WARN addRemoteGit     at getNotFoundError (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:14:12)
npm WARN addRemoteGit     at F (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:69:19)
npm WARN addRemoteGit     at E (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:81:29)
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:90:16
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
npm WARN addRemoteGit     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
npm WARN addRemoteGit     at FSReqWrap.oncomplete (fs.js:123:15) code: 'ENOGIT' }
npm ERR! git clone --template=C:\Users\Nico\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git@github.com:expo/node-websql.git C:\Users\Nico\AppData\Roaming\npm-cache\_git-remotes\git-github-com-expo-node-websql-git-18-0-0-8213877d: undefined
npm ERR! git clone --template=C:\Users\Nico\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git@github.com:expo/node-websql.git C:\Users\Nico\AppData\Roaming\npm-cache\_git-remotes\git-github-com-expo-node-websql-git-18-0-0-8213877d: undefined
npm ERR! Windows_NT 10.0.15063
npm ERR! argv "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "--save"
npm ERR! node v6.9.5
npm ERR! npm  v3.10.10
npm ERR! code ENOGIT

npm ERR! not found: git
npm ERR!
npm ERR! Failed using git.
npm ERR! This is most likely not a problem with npm itself.
npm ERR! Please check if you have git installed and in your PATH.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Projects\proj\npm-debug.log
`npm install --save` failed

Environment

Operating system: Windows

After installing the missing react-redux node-module I get the error (if i try npm start) that the expo dependency is missing. If I try to install expo with npm install --save exp I get the same warnings as before (without the first warning message saying that react-redux is missing). So it seems the scripts fails by installing expo?

aizuddineismail commented 7 years ago

Seems to me like you don't have git. Try installing git and create the project file again. Personally I use npm install -g git-all

NicolasKlenert commented 7 years ago

Ok got the reason why: I used powershell instead of cmd and only cmd knows the git command without any customization. With cmd I was able to create a project without any problems. Thank you for your help.