Skip to content

Conversation

@redwoodjs-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.

2 participants