'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.
'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.