Hi, I have tried to perform the configuration steps as described here but I am no longer able to run "npm run dev" in my nuxt project due to the following error:
This dependency was not found:
@prismicio/vue/components/common in ./.nuxt/prismic/plugins/prismic-components.js
To install it, you can run: npm install --save @prismicio/vue/components/common
I've tried with both node v14.19.0 and v16.14.0 and they both have the same issue. I've also tried deleting and re-installing the node-modules folder on both node versions as well and the problem persists.
I don't know if this helps, but I'm not starting from a fresh project, I'm trying to add Prismic into an existing project. I followed the nuxt guide and this started happening after I ran npx @slicemachine/init
Not sure why or how it got into that state, but by deleting both the package-lock.json and the node_modules again on node v14.19.0, I was able to make the error disappear.