如何将Nuxt.js更新到最新版本

我在项目中使用Nuxt.js 1.2,但我想将其更新为最新版本。怎么做?更新版本时需要考虑什么?

神奇猪猪2020/03/23 12:03:01

只需运行: yarn upgrade nuxt@^2.3.2

如前所述这里

Please note that for upgrading Nuxt.js just changing version inside package.json is not enough. Please use yarn upgrade or npm upgrade so that the final directory structure of node_modules will be correct. In case of problems clean up node_modules and yarn.lock/package-lock.json.