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

BUG: Can't run React app #52

Closed
SandraBergstrom opened this issue Jul 1, 2023 · 1 comment
Closed

BUG: Can't run React app #52

SandraBergstrom opened this issue Jul 1, 2023 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@SandraBergstrom
Copy link
Owner

Describe the bug
Can't run npm start app. I get the following error messga:

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

To Reproduce
Steps to reproduce the behavior:

  1. Go to terminal
  2. Run npm start
  3. See error

Expected behavior
The app to start

@SandraBergstrom
Copy link
Owner Author

Solution steps:

  1. Run following in the terminal: export NODE_OPTIONS=--openssl-legacy-provider
  2. Message saying "node: --openssl-legacy-provider is not allowed in NODE_OPTIONS" appers
  3. Run following in the terminal: unset NODE_OPTIONS
  4. Now start terminal

@SandraBergstrom SandraBergstrom self-assigned this Jul 7, 2023
@SandraBergstrom SandraBergstrom added the bug Something isn't working label Jul 7, 2023
@SandraBergstrom SandraBergstrom modified the milestones: Sprint 4, Sprint 3 Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant