Skip to content

2.0.0-preview-9

Pre-release
Pre-release
Compare
Choose a tag to compare
@nikolasburk nikolasburk released this 29 Aug 16:00

Today, we are issuing the ninth Preview release: 2.0.0-preview-9 (short: preview-9).

Major changes

For this release, we have invested a lot into making the prisma2 init command a lot more approachable and user-friendly. The wizard that's launched by prisma2 init helps you to set up a new project. With this release, the wizard becomes a lot more robust and provides a clearer user flows than before.

Try it yourself by upgrading to the latest version and using the init command:

npm install -g prisma2
prisma2 init hello-world

Please share your feedback for the init flow and report any issues you might encounter.

Fixes and improvements per Prisma 2 repository

prisma2

Fixed by the new init flow

photonjs