Skip to content
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 while building/serving using anything above npm 16. #34

Open
caliguian opened this issue Jan 6, 2025 · 0 comments
Open

Error while building/serving using anything above npm 16. #34

caliguian opened this issue Jan 6, 2025 · 0 comments

Comments

@caliguian
Copy link

It's been several years since this tutorial was created, and something in the code may need to be updated to allow it to build with current versions of npm. When I try to build or serve the app, the following error is thrown (yarn and npm throw the same error):

opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error', 'error:0308010C:digital envelope routines::unsupported' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED'

When looking this error up, I found that it is caused by a breaking change in npm versions 17+. Switching to npm 16 resolved the issue for me, but I think the app should be updated so that others don't run into the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant