2016-12-17 8 views
0

をインストールしていなかったので、私はすべてを正しく行うが、私はリアクトネイティブ発火は、依存関係

ignite new MyApplication 

を実行した後にこれが表示されます:

⠋ 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 

だから、それがインストール」に「X」を示し依存関係」 と私はしてアプリケーションを実行し、 『反応ネイティブ実行アンドロイド』 それがsuccesfullの構築と言いますが、エミュレータのエラーに表示さ:

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

私はそれを試しましたが、私の問題は解決しませんでした。

答えて

0

は、プロジェクトフォルダ内に作成:

yarn 

または

npm install