Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

1.3K
Visualizações
Error HH604: Error running JSON-RPC server: error:0308010C:digital envelope routines::unsupported

I am setting up hardhat in Linux. I have set up the react app first using these commands.

npx create-react-app react-dapp

cd react-dapp 

Then I have installed some hardhat dependencies using this command.

npm install ethers hardhat @nomiclabs/hardhat-waffle \
        ethereum-waffle chai \
        @nomiclabs/hardhat-ether

This all done correctly. Then I have created the hardhat configs and setup.

npx hardhat 

Then I have edited the hardhat.config.js file. I have places this.

module.exports = {
solidity: "0.8.4",
paths: {                         
   artifacts: './src/artifacts',  
},
networks: {                 
  hardhat: {
   chainId: 1337                
 }

} }; After that I have created the node.

npx hardhat node 

I got this error:

Error HH604: Error running JSON-RPC server: error:0308010C:digital envelope routines::unsupported

over 4 years ago · Santiago Trujillo
3 Respostas
Responde à pergunta

0

Had the same problem. Using Node 17.x and it has an updated openssl that is a a breaking change.

This worked for me because I'm using yarn.

export NODE_OPTIONS=--openssl-legacy-provider

You could also try just using the --openssl-legacy-provider switch on node.

over 4 years ago · Santiago Trujillo Relatório

0

I was able to solve the problem using lts node version using nvm.

nvm install --lts
nvm use --lts
over 4 years ago · Santiago Trujillo Relatório

0

I ran into this exact problem just now, however since I have nvm, my cheap work around is to used node v16 for now.

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda