WalletConnect / create-eth-app

Create Ethereum-powered apps with one command

Home Page:https://www.npmjs.com/package/create-eth-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error:03000086:digital envelope routines::initialization error

liushmh opened this issue · comments

env:

Mac Pro Max M1

yarn v1.22.19

reproduce step:

following simple command

yarn create eth-app my-eth-app
cd my-eth-app
yarn react-app:start

get error

error:03000086:digital envelope routines::initialization error

Hey @liushmh, thanks for taking the time to report this issue.

What version of Node.js are you on?

Hey @liushmh, thanks for taking the time to report this issue.

What version of Node.js are you on?

v18.12.0

I shipped v1.8.3, which should address this issue. @maxhiker can you try now?

yarn create eth-app my-eth-app

The command above worked for me, and I was able to run the React app.

Yes, works for me too.

Fantastic, thanks @maxhiker!