【问题标题】:ERESOLVE unable to resolve dependency tree while doing ng newERESOLVE 在执行 ng new 时无法解析依赖树 【发布时间】:2021-12-10 08:19:55 【问题描述】: When I try to create new project using ng new, I am getting this error. I tried clearing catche, reinstalling angular cli and node, updated everything still the error is there. 【问题讨论】: ng new --force 无效,又出现同样的错误 标签: angular angular-cli 【解决方案1】: npm install -g @angular/cli 更新或新安装@angular/cli 【讨论】: 已经尝试更新和重新安装。没有影响