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

Update lockfile #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update lockfile #17

wants to merge 1 commit into from

Conversation

shaundon
Copy link

@shaundon shaundon commented Nov 6, 2023

I ran into an issue where running yarn start didn't work on a fresh clone of this codebase; this PR fixes it.

The issue

  1. Clone this repo
  2. Run yarn
  3. Run yarn start
  4. You'll see an error (see below)
Screenshot 2023-11-06 at 09 31 21

I believe this is something to do with Node's built-in crypto functions changing in Node 18, which breaks some dependencies. In this case it's most likely a dependency of a dependency that's broken.

The solution

I ran yarn upgrade, which updated the dependencies, and the issue went away.

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

Successfully merging this pull request may close these issues.

None yet

1 participant