React App编译失败-找不到模块:无法解析“反应”

时间:2019-04-29 05:06:05

标签: reactjs create-react-app react-bootstrap

我将create-react-appreact-bootstrap一起使用,并且在运行npm start时遇到此错误:

  

无法编译../ node_modules/@restart/context/forwardRef.js

     

未找到模块:无法在'C:\ Users ... \ node_modules @ restart \ context'中解析'react'

此错误在构建期间发生,无法消除。

我已经尝试删除package-lock.json并再次运行npm install,但没有帮助。

1 个答案:

答案 0 :(得分:0)

我遇到了一些错误。我尝试使用以下步骤;它最终正在运行。

npm cache clean --force
npm cache verify

然后我删除了 node_modules ,然后运行以下代码

npm install --force