2016-12-17 66 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」中的「安裝依賴」 當我運行的應用程序‘反應本地運行的Android’ 它說,建立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