npm установка не удалась, устаревшее ядро. js - PullRequest
0 голосов
/ 12 марта 2020

Я пытаюсь запустить npm установить в моем проекте, я получаю сообщение об ошибке, та же самая команда npm Установка выполнялась в прошлом феврале, но теперь возникает проблема, что ядро. js@2.6.11 и request@2.88.2 устарели

Я попытался очистить кеш и установить новую последнюю angular cli, но все равно не удалось

Вот ошибка журнала:

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 request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

npm ERR! code ETARGET
npm ERR! notarget No matching version found for regenerate-unicode-properties@^8.2.0
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'regexpu-core'
npm ERR! notarget

npm ERR! A complete log of this run can be found in:

Вот мой список зависимостей:

  "dependencies": {
    "@angular/animations": "^8.0.3",
    "@angular/cdk": "^8.1.4",
    "@angular/common": "~8.0.1",
    "@angular/compiler": "~8.0.1",
    "@angular/core": "~8.0.1",
    "@angular/flex-layout": "^8.0.0-beta.27",
    "@angular/forms": "~8.0.1",
    "@angular/material": "^8.1.4",
    "@angular/material-moment-adapter": "^8.2.3",
    "@angular/platform-browser": "~8.0.1",
    "@angular/platform-browser-dynamic": "~8.0.1",
    "@angular/router": "~8.0.1",
    "@auth0/angular-jwt": "^3.0.1",
    "@idemia/ams-ui": "file:idemia-ams-ui-1.1.4-RC1.tgz",
    "@ngx-loading-bar/core": "^4.2.0",
    "@ngx-loading-bar/http-client": "^4.2.0",
    "@ngx-loading-bar/router": "^4.2.0",
    "@ngx-translate/core": "^11.0.1",
    "@ngx-translate/http-loader": "^4.0.0",
    "@types/lodash": "^4.14.149",
    "angular-webstorage-service": "^1.0.2",
    "bootstrap": "^4.3.1",
    "cdk-table-exporter": "^1.2.1",
    "core-js": "^3.6.4",
    "daemonite-material": "^4.1.1",
    "hammerjs": "^2.0.8",
    "jquery": "^3.4.1",
    "lodash": "^4.17.15",
    "mat-select-autocomplete": "^1.3.0",
    "mat-table-exporter": "^1.2.1",
    "moment": "^2.24.0",
    "ngx-cookie-service": "^2.2.0",
    "ngx-device-detector": "^1.3.11",
    "ngx-permissions": "^7.0.3",
    "ngx-print": "^1.2.0-beta.2",
    "ngx-translate-multi-http-loader": "^3.0.0",
    "primeng": "^8.0.3",
    "regenerate-unicode-properties": "^8.1.0",
    "rxjs": "^6.4.0",
    "tslib": "^1.9.0",
    "zone.js": "~0.9.1"
  }
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...