NomicFoundation / hardhat

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
https://hardhat.org
Other
7.3k stars 1.41k forks source link

Hardhat cannot be installed by NPM or YARN due to now invalid references to TornadoCash github #3027

Closed calmacfadden closed 2 years ago

calmacfadden commented 2 years ago

'yarn add -dev hardhat' results in this error

error Command failed. Exit code: 128 Command: git Arguments: ls-remote --tags --heads https://github.com/tornadocash/circomlib.git Directory: C:\Users\CathalMacfadden\development\multi-ledger-token-system Output: remote: Repository not found. fatal: repository 'https://github.com/tornadocash/circomlib.git/' not found info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

'npm install --save-dev hardhat' results in this error

npm WARN idealTree Removing dependencies.hardhat in favor of devDependencies.hardhat npm ERR! code 128 npm ERR! An unknown git error occurred npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/peppersec/snarkjs.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.

github-actions[bot] commented 2 years ago

This issue is also being tracked on Linear.

We use Linear to manage our development process, but we keep the conversations on Github.

LINEAR-ID: c5e00373-7d17-4979-a883-e87223e7d751

calmacfadden commented 2 years ago

Non issue. Mistake.