nuxi upgrade --force not working
When I run
npx nuxi@latest upgrade --force
it shows what updates are available, but does not apply them to my package.json. The only thing I can think of is that my dependencies are fixed to specific versions in package.json so I don't accidentally upgrade unknowingly. Since the deps aren't specified as a range, does that prohibit nuxi from upgrading correctly?1 Reply
So I just tried adding ^ before all version numbers that does seem to allow nuxi to upgrade nuxt =\