Не найдено подходящей версии для @ vue / cli-shared-utils @ ^ 3.8.0 - PullRequest
0 голосов
/ 12 июня 2019

У меня работает vue-cli версии 3.6.3, но когда я создаю новый проект, выполнив следующую команду vue create my-project, я получаю ошибку NPM ETARGET.

Попытка переустановки vue-cli, но установка не удалась со следующей ошибкой:

error An unexpected error occurred: "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.2.tgz: Request failed \"404 Not Found\"".

При создании нового проекта:

npm ERR! notarget No matching version found for @vue/cli-shared-utils@^3.8.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 '@vue/cli-plugin-unit-mocha'
npm ERR! notarget

при переустановке vue-cli

error An unexpected error occurred: "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.2.tgz: Request failed \"404 Not Found\"".
...