-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Start the front-end template : error:0308010C:digital envelope routines::unsupported #245
Comments
This happens when you have a new version of NodeJS using webpack 4. The simple solution is to downgrade node to LTS, which will depend on your setup. Installing Assuming the above does not help you and you just want to hack yourself into a dirty solution, you will need to first enable legacy openssl algorithms at OS level, in
This is obviously not safe so a permanent fix is preferred. Anyway, moving forward, you should now be able to run:
This will allow react to start with the legacy openssl provider. |
i think @565ee may have chosen v16.14.0 because the CircleCI file uses it here i instead used
This repo seems a bit stale with old PRs that haven't been merged for a while likely due to other priorities, but I can create a PR with the docker files I use for developing this repo in a development environment with hot reloading (I used |
OS : centos stream 9
Rust : 1.61
substrate : 2022-05 3.0
polkdadot : 0.9.20
substrate-front-end : 2022-02
nvm node nodejs : 16.14.0
success : Start the local Substrate node
when i Start the front-end template
yarn start , it show error
The text was updated successfully, but these errors were encountered: