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

[CI]: Add Prisma resolutions to tutorial-e2e test project #6773

Conversation

redwoodjs-bot[bot]
Copy link

@redwoodjs-bot redwoodjs-bot bot commented Nov 2, 2022

The Prisma v4.5.0 upgrade (#6485) revealed a bug in the tutorial e2e CI job since the yarn rw g scaffold command now has an install step.

The problem is that the tutorial e2e test project uses the current stable version of Redwood (v3.2.1), which has Prisma v4.3.1. When we use rwfw to link, it adds v4.5.0 to the root package.json. Since there's now two different versions of Prisma, after the install step happens in yarn rw g scaffold, yarn realizes it can't hoist Prisma anymore since there's two versions (or something like that), so it installs v4.3.1 into node_modules/@redwoodjs/cli/node_modules.

@redwoodjs-bot redwoodjs-bot bot added cherry-pick release:chore This PR is a chore (means nothing for users) labels Nov 2, 2022
@redwoodjs-bot redwoodjs-bot bot closed this Nov 2, 2022
@jtoar jtoar deleted the cherry-pick-next-4437e21b631119ae406eb5de38ea1f38b0bfcee1 branch November 2, 2022 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant