Skip to content

Update lockfile#17

Open
shaundon wants to merge 1 commit intomeetcleo:mainfrom
shaundon:main
Open

Update lockfile#17
shaundon wants to merge 1 commit intomeetcleo:mainfrom
shaundon:main

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.

1 participant