Jace Bennest
Jace Bennest
so when using this plugin, when i try to run `yarn build` or `yarn generate` then `yarn preview` i get this error: ``` [nuxt] [request error] Cannot find module '/Users/thejacer87/Development/safecom-fmeuc/.output/server/node_modules/dayjs/plugin/utc'...
> Maybe try using the "Connection String" option and set a string that doesn't name a database. For example with the MySQL driver: > > ``` > mysql://username:password@server:port/ > ```...
so like @david-bojnansky i tried to start a `pnpm-workspace` project. and running into the exact same issue. although i was not able to resolve it like he did. i added...
hmmm i don't see it in my code right now, but it would look something like this: CmsContent.vue ``` const serializers = { types: { myImage: resolveComponent('myImage'), }, } ```...
not sure if it was a typo... but you are saying `sanitizer`.... it's a ` serializer` from the module doc: https://sanity.nuxtjs.org/helpers/portable-text#example-with-custom-serializers > the [serializer] props should detect the root tag...
got the same error as @bingalls is there anyway to get this starter working with strapi 4?
just left a comment here: https://github.com/prisma/prisma/issues/2443#issuecomment-1654582157 then saw this issue lol, how do i force using the latest version when running with npx? edit: Actually i am using `pnpx`, dunno...
hmmm. ya i seem to be getting the same errors now with 1.0.0 though in the readme, it makes no metion of installing prismany as a dev dependancy. is that...
afaik, pnpx should work the same as npx but im not super experience with these things
it's entirely possible that it was never working. i was just looking in the ide for the type checking before even running the site. but when i run `pnpm dev`...