我在移動android設備上運行應用程序時不斷收到此錯誤,任何人都可以幫助。安卓反應 - 獲取「需要未知的模塊反應」
實際的錯誤:
Error: Requiring unknown module "react". If you are sure the module is there, try restarting the package or running "npm install". (index.android.bundle:93)
我在移動android設備上運行應用程序時不斷收到此錯誤,任何人都可以幫助。安卓反應 - 獲取「需要未知的模塊反應」
實際的錯誤:
Error: Requiring unknown module "react". If you are sure the module is there, try restarting the package or running "npm install". (index.android.bundle:93)
發展中國家陣營的本機應用
人大常委會在項目的根fgrep一樣-rlo「響應」時,這是一個很常見的錯誤。 | grep -v「node_modules」會給你所有「React」被調用的地方
如果這不能幫助你找到你的問題,有很多東西你可以嘗試,但你將不得不提供更多的代碼
希望這有助於
嘗試刪除node_modules
文件夾,並在命令行中,在項目的根目錄運行npm install
。如果仍然失敗,請嘗試運行npm install react --save