CJY0208 / react-router-cache-route

Route with cache for react-router V5 like <keep-alive /> in Vue
https://www.npmjs.com/package/react-router-cache-route
MIT License
1.14k stars 110 forks source link

react18+ 安装该库提示报错,最终安装失败 #168

Open chenweihan opened 3 months ago

chenweihan commented 3 months ago

安装依赖提示报错: $ npm install react-router-cache-route --save npm WARN deprecated mini-create-react-context@0.4.1: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. npm WARN mini-create-react-context@0.4.1 requires a peer of react@^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 but none is installed. You must install peer dependencies yourself.

react-router-cache-route依赖mini-create-react-context@0.4.1,而该依赖包很久没维护,最高支持mini-create-react-context@0.4.1 requires a peer of react@^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 but none is installed。