MacOS Catalina npm安装堆栈

问题描述

我有一个要测试的项目,需要先在本地计算机上部署项目。 这就是我在package.json中用于客户端回购的内容

"dependencies": {
    "@angular/animations": "^7.2.15","@angular/cdk": "^7.3.5","@angular/common": "~7.2.9","@angular/compiler": "^7.2.15","@angular/core": "^7.2.15","@angular/flex-layout": "^7.0.0-beta.19","@angular/forms": "^7.2.15","@angular/http": "^7.2.15","@angular/material": "^7.3.5","@angular/platform-browser": "^7.2.15","@angular/platform-browser-dynamic": "^7.2.15","@angular/router": "^7.2.15","@fortawesome/angular-fontawesome": "0.3.0","@fortawesome/fontawesome-svg-core": "~1.2.13","@fortawesome/free-solid-svg-icons": "5.11.2","angular-plotly.js": "~1.3.2","bootstrap": "^4.3.1","core-js": "^2.6.5","hammerjs": "^2.0.8","lodash": "^4.17.15","material-icons": "^0.3.0","ng-us7": "git+ssh://git@github.com/unitedsolutions/ng-us7.git#1.0.2","ngx-toastr": "^10.0.4","@ng-idle/core": "~8.0.0-beta.1","@ng-idle/keepalive": "~8.0.0-beta.1","plotly.js": "^1.47.4","rxjs": "^6.5.2","rxjs-compat": "^6.5.2","tether": "^1.4.5","zone.js": "~0.9.1"

我有Angular CLI:7.3.9,npm 6.7.0,节点10.15 当我运行npm install时,我总是会在软件包安装步骤的某个地方出现堆栈

Last login: Sat Oct 10 14:57:57 on ttys000
work@works-MacBook-Pro ~ % cd /Users/work/Documents/GDD/client 
work@works-MacBook-Pro client % npm i
npm WARN deprecated phantomjs-prebuilt@2.1.16: this package is Now deprecated
npm WARN deprecated @angular/http@7.2.16: Package no longer supported. Use @angular/common instead,see https://angular.io/guide/deprecations#angularhttp
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please,upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated istanbul@0.4.5: This module is no longer maintained,try this instead:
npm WARN deprecated   npm i nyc
npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.
npm WARN deprecated request@2.88.2: request has been deprecated,see https://github.com/request/request/issues/3142
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and Could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated chokidar@2.0.4: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated @types/vfile-message@2.0.0: This is a stub types deFinition. vfile-message provides its own type deFinitions,so you do not need this installed.
The authenticity of host 'github.com (140.82.112.4)' can't be established.-max-
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no/[fingerprint])? ⸨  ░░░░░░░░⸨ ⸨  ░░░░░░░░⸨  ░░░░░░░░░░░░░░░⸨  ░░░░░░░░░░⸨⸨ ⸨  ░░░░░░░░⸨  ░░░⸨  ⸨⸨⸨  ░░░░░░░░░░░░░░░░⸩ ⠙ 
fetchMetadata: sill pacote range manifest for const-max-uint32@^1.0.2 fetched in 39ms

有人可以建议我如何解决吗? MacOS卡塔利娜10.15.6 谢谢

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)