Tahul / nuxt-edgedb

💽 Nuxt 3 integration for EdgeDB
70 stars 7 forks source link

Install needs to add @edgedb/generate #33

Open paulschwenn opened 1 month ago

paulschwenn commented 1 month ago

To get the nuxt-edgedb module CLI setup wizard to run with npx nuxt-edgedb-module or pnpm exec nuxt-edgedb-module I had to manually install the EdgeDB Generators package @edgedb/generate to dev dependencies with:

pnpm add -D @edgedb/generate.

Using:

In case others have a similar issue perhaps the README.md should be updated.

Here is what is required for me to to get pnpm exec nuxt-edgedb-module to work from a clean project.