gulp-sourcemaps: Modul './src/init'@ kann nicht gefunden werd

Ich erhalte eine Fehlermeldung bei der Installation von React-native. Ich habe versucht, nach einer Antwort zu suchen, kann aber keine finden.

Wenn "react-native init meet" ausgeführt wird, wird der folgende Fehler angezeigt:

    This will walk you through creating a new React Native project in /Users/alfred/React/meet
Installing react-native package from npm...
Setting up new React Native app in /Users/alfred/React/meet
module.js:338
    throw err;
    ^

Error: Cannot find module './src/init'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:286:25)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/Users/alfred/React/meet/node_modules/react-native/node_modules/yeoman-generator/node_modules/download/node_modules/vinyl-fs/node_modules/gulp-sourcemaps/index.js:4:9)
    at Module._compile (module.js:434:26)
    at Module._extensions..js (module.js:452:10)
    at Object.require.extensions.(anonymous function) [as .js] (/Users/alfred/React/meet/node_modules/react-native/node_modules/babel-register/lib/node.js:152:7)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)

Ich verstehe nicht wirklich, was los ist ...

Antworten auf die Frage(6)

Ihre Antwort auf die Frage