需要未知模块“ 573”。如果确定模块在那里,请尝试重新启动Metro Bundler。您可能还需要运行yarn
或npm 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
全局代码
答案 0 :(得分:0)
我使用了以下命令:
npm install
npm audit fix
然后重新启动Metro Bundler。