cypress-io / cypress-realworld-testing-course-app

https://cypress-realworld-testing-course-app.vercel.app/
72 stars 225 forks source link

fix: sync package-lock.json #23

Closed MikeMcC399 closed 1 year ago

MikeMcC399 commented 1 year ago

This PR resolves issue https://github.com/cypress-io/cypress-realworld-testing/issues/236 "Failed to load SWC binary for darwin/arm64" by resyncing package-lock.json with package.json for the start branch.

See also https://github.com/cypress-io/cypress-realworld-testing/issues/236#issuecomment-1519120134.

Verification

Execute

npm install
npm run dev

open http://localhost:3000 and ensure that web is displayed.

vercel[bot] commented 1 year ago

@MikeMcC399 is attempting to deploy a commit to the Cypress Team on Vercel.

A member of the Team first needs to authorize it.

MikeMcC399 commented 1 year ago
elylucas commented 1 year ago

thanks @MikeMcC399, just merged the other PR before I saw this one.

MikeMcC399 commented 1 year ago

@elylucas

just merged the other PR before I saw this one.

No problem so long as there are no unexpected side-effects from the next upgrade.