Не могу установить проект строительных лесов Vue CLI через NPM - PullRequest
0 голосов
/ 15 февраля 2019

Я пытаюсь инициировать проект vue.js через Vue.li, и он показывает мне следующую ошибку:

Unhandled rejection Error: EISDIR: illegal operation on a directory, open '/var/root/.npm/_cacache/content-v2/sha512/4a/3e'

Среди многих других похожих сообщений, таких как:

Unhandled rejection Error: EISDIR: illegal operation on a directory, open '/var/root/.npm/_cacache/content-v2/sha512/37/5a'

Unhandled rejection Error: EISDIR: illegal operation on a directory, open '/var/root/.npm/_cacache/content-v2/sha512/94/48'

Unhandled rejection Error: EISDIR: illegal operation on a directory, open '/var/root/.npm/_cacache/content-v2/sha512/c0/e4'

Unhandled rejection Error: EISDIR: illegal operation on a directory, open '/var/root/.npm/_cacache/content-v2/sha512/6b/83'

Unhandled rejection Error: EISDIR: illegal operation on a directory, open '/var/root/.npm/_cacache/content-v2/sha512/92/77'

Unhandled rejection Error: EISDIR: illegal operation on a directory, open '/var/root/.npm/_cacache/content-v2/sha512/d8/cf'

Unhandled rejection Error: EISDIR: illegal operation on a directory, open '/var/root/.npm/_cacache/content-v2/sha512/81/71'

Unhandled rejection Error: EISDIR: illegal operation on a directory, open '/var/root/.npm/_cacache/content-v2/sha512/b5/ad'

Unhandled rejection Error: EISDIR: illegal operation on a directory, open '/var/root/.npm/_cacache/content-v2/sha512/e8/79'

npm ERR! cb() never called!

npm ERR! This is an error with npm itself. Please report this error at:
npm ERR!     <https://npm.community>

npm ERR! A complete log of this run can be found in:
npm ERR!     /var/root/.npm/_logs/2019-02-15T16_32_21_678Z-debug.log

Я испробовал множество решений, таких как удаление и повторная установка Vue.cli, очистка кеша, а также удаление Angular cli, которое было у меня из предыдущих проектов.Кажется, что их узел работает.Любая подсказка о том, как ее решить?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...