react-mde我在安装npm 包时从终端收到此错误:
npm i react-mde
Run Code Online (Sandbox Code Playgroud)
上面的命令给出以下错误:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: notesapp@0.1.0
npm ERR! Found: react@18.2.0
npm ERR! node_modules/react
npm ERR! react@"^18.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^17.0.0" from react-mde@11.5.0
npm ERR! node_modules/react-mde
npm ERR! react-mde@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with …Run Code Online (Sandbox Code Playgroud) reactjs ×1