我正在尝试编译我的第一个React Native项目,并且在CLI中一切正常,直到尝试安装新库为止。
在安装任何库之后,我会遇到各种错误,最终导致此错误:
error: bundling failed: Error: While trying to resolve module `react` from file `/Users/myname/Desktop/Projects/ProjectName/App.js`, the package `/Users/myname/Desktop/Projects/ProjectName/node_modules/react/package.json` was successfully found. However, this package itself specifies a `main` module field that could not be resolved (`/Users/myname/Desktop/Projects/ProjectName/node_modules/react/index.js`. Indeed, none of these files exist:
我确实已经确认那些文件存在。
这是怎么回事?在尝试使用React Native时,我经常遇到这些错误,即使多次重建应用程序并进行尝试。
答案 0 :(得分:2)
执行以下步骤:
cd进入项目文件夹并运行:
'npm install'