npm update - ERR! code 128 - Turtlecoin repository is missing
blackmennewstyle opened this issue · 2 comments
One of the submodule seems to have issues, it looks like the repository for turtlecoin
has been removed :$
git clone https://github.com/dvandal/cryptonote-nodejs-pool.git
Cloning into 'cryptonote-nodejs-pool'...
remote: Enumerating objects: 7245, done.
remote: Counting objects: 100% (58/58), done.
remote: Compressing objects: 100% (39/39), done.
remote: Total 7245 (delta 27), reused 40 (delta 19), pack-reused 7187
Receiving objects: 100% (7245/7245), 10.77 MiB | 7.93 MiB/s, done.
Resolving deltas: 100% (1730/1730), done.
Here comes the little problem:
npm update
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/turtlecoin/node8-multi-hashing.git
npm ERR! git@github.com: Permission denied (publickey).
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! A complete log of this run can be found in:
npm ERR! /home/ceedii/.npm/_logs/2022-10-14T12_43_47_221Z-debug-0.lo
github.com/turtlecoin/node8-multi-hashing.git
does not seem to exist anymore :$
just find the connection.
just use a different template.
git+https://github.com/jowy81/node8-multi-hashing
or https://github.com/BlackPeter13/node8-multihashing
or https://github.com/search?o=desc&q=node8-multi-hashing&s=&type=Code
https://github.com/Cideg/cryptonote-nodejs-pool/blob/patch-3/package.json
Having similar problem with turtlecoin-crypto.git . Any suggestions of alternative template?
npm ERR! code 128 npm ERR! An unknown git error occurred npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/turtlecoin/turtlecoin-crypto.git npm ERR! git@github.com: Permission denied (publickey). 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.