我想用离子做圆圈进度条。我正在安装npm install angular-svg-round-progressbar@1.0.7 --save
,但出现错误
npm警告可选的跳过可选依赖性:fsevents@1.2.9(node_modules \ fsevents): npm WARN notsup跳过依赖项:fsevents@1.2.9不受支持的平台:通缉{“ os”:“ darwin”,“ arch”:“ any”}(当前:{“ os”:“ win32”,“ arch”: “ x64”})
angular-svg-round-progressbar@1.0.7
从48位贡献者中添加了6个软件包,删除了1个软件包,更新了1个软件包,并在48.245 s中审核了55060个软件包
发现34个严重漏洞
运行npm audit fix
进行修复,或运行npm audit
了解详情
答案 0 :(得分:0)
只需运行这些
npm install @angular/core@6.0.3
npm install fsevents
npm audit fix