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

elm-app start giving error #604

Open
ghost opened this issue Nov 27, 2021 · 2 comments
Open

elm-app start giving error #604

ghost opened this issue Nov 27, 2021 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 27, 2021

Is this a bug report?

Yes

Environment

  1. node -v: v17.1.0
  2. npm -v: 8.1.3
  3. yarn --version (if you use Yarn): 1.22.17
  4. npm ls create-elm-app -g (if you haven’t ejected): /usr/local/lib
    └── [email protected]

Then, specify:

  1. Operating system: Windows (WSL 2 Ubuntu)
  2. Browser and version (if relevant): Chrome Version 96.0.4664.45 (Official Build) (64-bit)

Steps to Reproduce

  1. elm-app start

Expected Behavior

Launch dev server.

Actual Behavior

image

Gives the above.

Fix

export NODE_OPTIONS=--openssl-legacy-provider

Quote from person who gave me the fix: "if they update to the latest version of webpack this issue goes away"

@turboMaCk
Copy link

this issue is related to https://nodejs.org/en/blog/vulnerability/openssl-november-2022/ I belive

@qknight
Copy link

qknight commented Sep 1, 2023

For powershell i was using:
$env:NODE_OPTIONS="--openssl-legacy-provider"

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

2 participants