npm ERR! code ERESOLVEnpm ERR! ERESOLVE unable to resolve dependency tree

npm download error, this is because of npm version problem, for example, I download element-ui and run npm i element-ui -S

I can't download because of version issues. The solution is to add --legacy-peer-deps at the end.

即npm i element-ui -S --legacy-peer-deps

Guess you like

Origin blog.csdn.net/qq_66970557/article/details/128991182