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

Issues with running prisma and Cypress #15

Open
list4c opened this issue Oct 12, 2024 · 0 comments
Open

Issues with running prisma and Cypress #15

list4c opened this issue Oct 12, 2024 · 0 comments

Comments

@list4c
Copy link

list4c commented Oct 12, 2024

Hi, I started working with the course repo (no migrations of Cypress versions at all - just following the readme) and stumbled upon 3 issues:

  1. I could not run prisma, because it got stuck on the command npm run db:setup. Error as in this post:
    Updating the package to version 3.13 solved the issue -- I could run prisma setup. Maybe not as serious as point 2, but without DB setup I guess some functionality might be missing.
  2. Blocking issue with the Cypress plugins file. It was named index.ts and Cypress could not locate it. After renaming the file to pluginsFile.ts Cypress can display the list of tests and run them.
    3. Not a blocking issue, but adding it as an extra: One typescript flag was showing up in red and I swapped it with the recommended alternative. (uh, no, that actually blocks the app from compiling and some other upgrades would be needed. Removed)

Here's my branch with fixes, would you like a PR?

My environment: Ubuntu 22.04 LTS

@list4c list4c changed the title Two issues preventing from running app and Cypress in default version Issues with running prisma and Cypress Oct 12, 2024
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

1 participant