Неустранимая ошибка при попытке установить yaireo / Tagify - PullRequest
0 голосов
/ 09 мая 2019

У меня есть хостел от UnoEuro, и через SSH я пытаюсь установить скрипт Tagify.https://github.com/yairEO/tagify

Я пытаюсь установить

npm i @yaireo/tagify --save

Я получаю эту ошибку:

npm ERR! git clone git@github.com:yaireo/tagify Initialized empty Git repository in /var/www/maxie.dk/.npm/_git-remotes/git-github-com-yaireo-tagify-8fe20c9e/
npm ERR! git clone git@github.com:yaireo/tagify 
npm ERR! git clone git@github.com:yaireo/tagify Permission denied (publickey).
npm ERR! git clone git@github.com:yaireo/tagify fatal: The remote end hung up unexpectedly
npm ERR! addLocal Could not install yaireo/tagify
npm ERR! Error: ENOENT, stat 'yaireo/tagify'
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>

npm ERR! System Linux 2.6.32-954.3.5.lve1.4.63.el6.x86_64
npm ERR! command "node" "/usr/bin/npm" "i" "@yaireo/tagify"
npm ERR! cwd /var/www/maxie.dk/public_html/labels
npm ERR! node -v v0.10.48
npm ERR! npm -v 1.3.6
npm ERR! path yaireo/tagify
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /var/www/maxie.dk/public_html/labels/npm-debug.log
npm ERR! not ok code 0

Я не очень знаком с npm и SSH, поэтому я неуверен, что ошибка означает.Может ли кто-нибудь помочь мне сообщить мне, что попробовать / сделать?

Я вижу, что ошибка также содержала «Отказано в доступе (PublicKey), но я считаю, что пытался использовать как закрытые, так и открытые ключи.

Заранее спасибо.

...