daihy8759 / ieaseMusic

网易云音乐第三方🎵
119 stars 6 forks source link

依赖版本不匹配 #14

Open LOST0LOSER opened 1 year ago

LOST0LOSER commented 1 year ago

react 17 版本与 recoilize版本不匹配产生冲突,切换至react 16后开发环境下运行有大量组件没法有效加载

PS E:\netease music\ieaseMusic-master-fork-by-daihy8759> npm install npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: iease-music@1.0.0 npm WARN Found: react@16.14.0 npm WARN node_modules/react npm WARN react@"^17.0.2" from the root project npm WARN 14 more (@material-ui/core, @material-ui/icons, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.14.0" from react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN react-dom@"^17.0.2" from the root project npm WARN 9 more (@material-ui/core, @material-ui/icons, ...) npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: iease-music@1.0.0 npm WARN Found: react@16.14.0 npm WARN node_modules/react npm WARN react@"^17.0.2" from the root project npm WARN 14 more (@material-ui/core, @material-ui/icons, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.14.0" from react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN react-dom@"^17.0.2" from the root project npm WARN 9 more (@material-ui/core, @material-ui/icons, ...) npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: iease-music@1.0.0 npm WARN Found: react@16.14.0 npm WARN node_modules/react npm WARN react@"^17.0.2" from the root project npm WARN 14 more (@material-ui/core, @material-ui/icons, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.14.0" from react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN react-dom@"^17.0.2" from the root project npm WARN 9 more (@material-ui/core, @material-ui/icons, ...) npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: iease-music@1.0.0 npm WARN Found: react@16.14.0 npm WARN node_modules/react npm WARN react@"^17.0.2" from the root project npm WARN 14 more (@material-ui/core, @material-ui/icons, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.14.0" from react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN react-dom@"^17.0.2" from the root project npm WARN 9 more (@material-ui/core, @material-ui/icons, ...) npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: iease-music@1.0.0 npm WARN Found: react@16.14.0 npm WARN node_modules/react npm WARN react@"^17.0.2" from the root project npm WARN 14 more (@material-ui/core, @material-ui/icons, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.13.1" from recoilize@3.1.6 npm WARN node_modules/recoilize npm WARN dev recoilize@"^3.1.6" from the root project npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: iease-music@1.0.0 npm WARN Found: react-dom@16.14.0 npm WARN react-dom@"^17.0.2" from the root project npm WARN 9 more (@material-ui/core, @material-ui/icons, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.13.1" from recoilize@3.1.6 npm WARN node_modules/recoilize npm WARN dev recoilize@"^3.1.6" from the root project

image

daihy8759 commented 1 year ago

mac系统没发现问题,我升级了recoilize你再看看