Не удается установить пульсации с установкой npm - PullRequest
0 голосов
/ 13 февраля 2020

Я хочу использовать ripple-rest в рифленом github: "https://github.com/ripple/ripple-rest"

Я следовал инструкциям по установке, но шаг 3 (npm install) не прошел. Ошибка показана ниже:

npm ERR! fetch failed https://registry.npmjs.org/ripple-lib/-/ripple-lib-0.13.0-rc2.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 404
npm ERR! fetch failed https://registry.npmjs.org/ripple-lib/-/ripple-lib-0.13.0-rc2.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 404
npm ERR! fetch failed https://registry.npmjs.org/ripple-lib/-/ripple-lib-0.13.0-rc2.tgz
npm ERR! Linux 5.3.0-28-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v8.10.0
npm ERR! npm  v3.5.2

npm ERR! fetch failed with status code 404
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /home/reza/workspace/ripplerest/ripple-rest/npm-debug.log

Как я могу решить эту проблему?

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

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