package.json version doesn't work
I specify
"@prisma/client": "6.6.0" (NOT "^6.6.0") in package.json but Cloudflare Workers installed "@prisma/client": "6.10.1". I found a message on build:
npm warn exec The following package was not found and will be installed: prisma@6.10.1
Is this expected behavior? Why Cloudflare Workers ignores (or isn't able to find) specified package version?0 Replies