Version Mismatch (I must be doing something silly)
I have deleted my node_modules, deleted my npm lock file, deleted my .nuxt directory.
I can see in my package lock file that I have 3.11.2,
I have created a branch new vue project using nuxi, and it creates with 3.11.2 just fine. I've compared the nuxt config and the package.json file between my project and the old project
For the life of me I cannot figure out how to get my project to run as 3.11.2 (as seen by the nuxt-gtag version enforcement.
6 Replies
Try running
npx nuxi upgrade --force
.Latest Run https://gist.github.com/drusellers/06a850f7b7685ffe179da2b73c397fb0
What I find curious is that
npx nuxi
says Current Nuxt version: 3.4.2
rather than Nuxt 3.12.1
Did
npx nuxi@latest upgrade --force
as well with no change
I see that you use 10.2.3, as of npm. Could you please try to update it? What version of Node.js do you run?
fricking heck
there was another node_modules in a parent directory
that was some how influencing things
TY for the assist
No worries, glad it's solved. 👌