1

将 react 版本从 15.6.2 升级到 16.2.0。

但是在运行应用程序的构建时面临以下问题,

../node_modules/react-addons-update/index.js [INFO] 中的错误找不到模块:错误:无法解析 'D:\Projects\MyTask\web\node_modules\react 中的 'react/lib/update' -addons-update' [信息] @ ../node_modules/react-addons-update/index.js 1:17-44

package.json "react": "^16.6.3", "react-dom": "^16.6.3"

你能帮我解决上述问题吗?

4

1 回答 1

0

React 16 不再使用 react/lib/* https://reactjs.org/blog/2017/09/26/react-v16.0.html#packaging

于 2018-11-28T14:51:14.397 回答