npm @redwoodjs/core 0.44.1
v0.44.1

latest releases: 9.0.0-canary.153, 9.0.0-canary.152, 8.2.1-next.10...
2 years ago

Patch Release

This release includes the following fixes:

Upgrade Help

Depending on the version your project is upgrading from, it's possible to run into Prisma Client errors after upgrading. This would be due to an existing, generated Prisma Client in node_modules/.prisma causing a conflict.

The easiest solution is to delete all node_modules and then reinstall dependencies.

  1. delete ./node_modules
  2. delete ./api/node_modules (if applicable)
  3. delete ./web/node_modules (if applicable)
  4. run yarn install and then yarn redwood dev to confirm the upgrade is working

Don't miss a new core release

NewReleases is sending notifications on new releases.