我编写了ng new hello-world
的代码,但是在构建它之后,我得到了:
core-js@2.6.9安装后C:\ Users \ Admin \ Desktop \ Test Code \ AngFirst \ hello-world \ node_modules \ babel-runtime \ node_modules \ core-js 节点脚本/安装后||回声“忽略”
core-js@2.6.9安装后C:\ Users \ Admin \ Desktop \ Test Code \ AngFirst \ hello-world \ node_modules \ karma \ node_modules \ core-js 节点脚本/安装后||回声“忽略”
@ angular / cli @ 8.0.3安装后C:\ Users \ Admin \ Desktop \ Test Code \ AngFirst \ hello-world \ node_modules @ angular \ cli 节点./bin/postinstall/script.js
npm警告可选的跳过选择性依赖性:fsevents@1.2.9 (node_modules \ fsevents): npm警告未跳过跳过的依赖项: fsevents@1.2.9不受支持的平台:想要 {“ os”:“ darwin”,“ arch”:“ any”}(当前:{“ os”:“ win32”,“ arch”:“ x64”})
增加了来自1041个贡献者的1011个软件包,并在447.952年代审核了19005个软件包 找到了0个漏洞
'git'不被识别为内部或外部命令, 可操作的程序或批处理文件。
答案 0 :(得分:1)
此错误
'git' is not recognized as an internal or external command, operable program or batch file.
好像您的计算机找不到git实例,所以我建议安装git here
安装git后
尝试删除node_modules文件夹和package-lock.json并再次运行npm i