Torrino
06/24/2021, 3:31 PMprisma generate
my prisma/client is generated as version 2.21.2 even though I updated my packages. Can't find the issue, would appreciate help 😔
EDIT: My prisma client in the node modules folder is version 2.21.2 even though that version number isn't present anywhere in the package.json or package-lock.json files.Ryan
06/25/2021, 5:06 AMnode_modules
and lockfile to install again?
I think someone has come up with this before so @janpio might have a better idea.janpio
janpio
package.json
files in "higher" directories influence what happens in weird ways - so if you have on in a parent folder with that version it could be related.Ryan
06/25/2021, 12:38 PMjanpio
janpio
Torrino
06/25/2021, 4:19 PMTorrino
06/25/2021, 4:23 PMjanpio
janpio
Torrino
06/26/2021, 10:19 AM