Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在安装 Angular 7,但在创建新项目时出现错误。
节点-v v10.12.0
npm -v 6.4.1
错误截图
这是另一个问题:-
'git' 未被识别为内部或外部命令
在使用 Angular CLI 创建新应用程序之前,您应该使用以下命令:
npm cache clean --force
它将强制清理缓存。