Clean 'npx nuxi init -t ui' Doesnt work
I just try to start a project and run
npx nuxi init -t ui myProject
, change in to the directory and run npm install
, then i get the wraning:
`
But my package.json reads:
what gives?
info output:
1 Reply
Solved it, i messed up a command earlier, and made the parent directory a project folder. Which created a package.json file in there with the 3.4.2 nuxt. Which this was picking up (even though it wasn't the current directory but a parent one) 🤦♂️
That set me back a few hours 😵