Not getting correct version in @nuxtjs/strapi module
I am trying to implement the
When I am trying to set
After further investigations I find that the
Does anyone have any tips here?
@nuxtjs/strapi module in my project based on the documentation (https://strapi.nuxtjs.org/setup).When I am trying to set
version: 'v5', I'm stopped with the error Type '"v5"' is not assignable to type '"v4" | "v3" | undefined'..After further investigations I find that the
v5 value isn't even present in the node_modules/@nuxtjs/strapi/dist/module.d.ts-file. I am using "@nuxtjs/strapi": "^1.12.0", which is the newest version. Does anyone have any tips here?