如何修复“需要未知模块“ 573”。在本机?

时间:2019-05-08 18:15:44

标签: react-native runtime-error

需要未知模块“ 573”。如果确定模块在那里,请尝试重新启动Metro Bundler。您可能还需要运行yarnnpm install(取决于您的环境)。 loadModuleImplementation     B:\ reactNative \ RamadanApp \ node_modules \ metro \ src \ lib \ polyfills \ require.js:280:29     B:\ reactNative \ RamadanApp \ index.js:6 loadModuleImplementation     B:\ reactNative \ RamadanApp \ node_modules \ metro \ src \ lib \ polyfills \ require.js:331:6 guardedLoadModule     B:\ reactNative \ RamadanApp \ node_modules \ metro \ src \ lib \ polyfills \ require.js:197:45 全局代码

1 个答案:

答案 0 :(得分:0)

我使用了以下命令:

npm install
npm audit fix

然后重新启动Metro Bundler。