1

我目前正在做一个 IPFS 项目。安装依赖项时 - 当我运行时

npm i libp2p-websockets

我收到以下错误消息:

npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/hugomrdias/pull-ws.git
npm ERR!
npm ERR! ERROR: Repository not found.
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128

我已经设置了 SSH 配置。

你知道如何解决这个问题吗?

4

1 回答 1

0

运行后我的一个项目中也遇到了同样的错误npm install

这可能是因为hugomrdias已将pull-ws存储库删除/设为私有。

所以,到目前为止,我不确定下一步该怎么做。我会把这个问题寄给他。

于 2021-03-18T10:53:44.390 回答