我正在尝试在本地机器上运行一个项目,但无论如何都无法做到。我已经把它从Github克隆到我的本地机器上。这个项目是用react应用程序引导的,我是新来的。
这是一个存储库的链接-https://github.com/sherwyn11/Pharma-Chain。
正如readmd文件中提到的,我遵循了所有的说明。但是在做-npm update时,我得到了一个错误。错误如下-
code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: blockchain@0.1.0
npm ERR! Found: react@16.13.1
npm ERR! node_modules/react
npm ERR! react@"16.13.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^15.0.0" from material-ui@0.15.0
npm ERR! node_modules/material-ui
npm ERR! material-ui@"0.15.0" from the root project
使用
npm install —-force
然后开始你的项目。