我将create-react-app
与react-bootstrap
一起使用,并且在运行npm start时遇到此错误:
无法编译../ node_modules/@restart/context/forwardRef.js
未找到模块:无法在'C:\ Users ... \ node_modules @ restart \ context'中解析'react'
此错误在构建期间发生,无法消除。
我已经尝试删除package-lock.json
并再次运行npm install,但没有帮助。
答案 0 :(得分:0)
我遇到了一些错误。我尝试使用以下步骤;它最终正在运行。
npm cache clean --force
npm cache verify
然后我删除了 node_modules ,然后运行以下代码
npm install --force