2016-12-17 4 views
0

So tue ich alles richtig, aber nachdem ich laufenReact-native entzündlich nicht installiert Abhängigkeiten

ignite new MyApplication 

dies erscheint:

⠋ Copying Ignite goodies 
➟ Package manager: [ ]︎ npm | [✔︎]︎ yarn 
Installing Ignite dependencies (~ 1 minute-ish) 
✔︎ Linking external libs 
✔︎ Updating android manifest file 
⠋ Updating android manifest file/bin/sh: 1: plutil: not found 
✔︎ Updating PList file 
✔︎ Cleaning up after messy guests 

Time to get cooking! 

To run in iOS: 
    cd MyApplication 
    react-native run-ios 

To run in Android: 
    cd MyApplication 
    react-native run-android 

es zeigt also ein 'x' auf „Installieren „Und wenn ich Anwendung laufen mit‚Abhängigkeiten reagieren-native Lauf android‘ es sagt bauen succesfull, aber im Emulator Fehler auftaucht:

Requiring unknown module "reduxsauce".If 
you are sure the module is there, try 
restarting the packager or running "npm 
install". 

Und ich habe es versucht, aber es hat mein Problem nicht behoben.

Antwort

0

in Projektordner machen:

yarn 

oder

npm install 
Verwandte Themen