-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running freshly created ignite app on the web (error:0308010C:digital envelope routines::unsupported) #2410
Comments
This can be resolved immediately by using Node 16. However, this is not a great long term path as Node 16 reaches EoL. The issue is upstream in webpack, checkout some of the solutions in this issue on the Webpack repo: webpack/webpack#14532 We depend on Webpack 4 for Expo Web. Webpack 4 depends on a |
Node 18 should be fine (I'm on 18.11.0), I've heard of this error before but don't know why it doesn't always show up. Does this unblock you at all?
|
Yes, that's what I'm doing for now. |
Having the same issue with node v18 |
@P451M try this out using |
Describe the bug
Hi, I'm unable to run my freshly created ignite app on the web. I get the following terminal output for
yarn:expo start
followed by pressing w to run the app on the web:Additional information:
I run into the same error when using npm.
npm/yarn audit fix (--force)
doesn't help.The suggested solutions in this stackoverflow post (downgrading Node or enabling legacy OpenSSL provider) both seem to cause security issues.
Thanks in advance and all the best,
Paul
Ignite version
8.6.0
Additional info
Need to install the following packages:
ignite-cli@8.6.0
Ok to proceed? (y)
System
platform linux
arch x64
cpu 4 cores Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz
directory testApp /home/paul/Repos/testApp
JavaScript (and globally-installed packages)
node 18.15.0 /home/paul/.nvm/versions/node/v18.15.0/bin/node
npm 9.5.0 /home/paul/.nvm/versions/node/v18.15.0/bin/npm
corepack 0.15.3
npm 9.5.0
tslint 6.1.3
typescript-formatter 7.2.2
typescript 4.9.5
yarn 1.22.19 /usr/bin/yarn
neovim 4.10.1
tree-sitter-cli 0.20.7
pnpm 8.1.0 /usr/bin/pnpm
expo 47.0.13 managed
Ignite
ignite-cli 8.6.0 /home/paul/.npm/_npx/e31027f3785124a8/node_modules/.bin/ignite
ignite src build /home/paul/.npm/_npx/e31027f3785124a8/node_modules/ignite-cli/build
Android
java 19.0.2 /usr/bin/java
android home - /opt/android-sdk
Tools
git git version 2.39.2 /usr/bin/git
The text was updated successfully, but these errors were encountered: