I’ll share how I updated Nuxt.js version from 2.14.x to 2.15.x.
Background
- Using Nuxt.js with TypeScript support
- Want to update Nuxt.js version from 2.14.6 to 2.15.2
npm install nuxt
npm install nuxt --save
npm uninstall @nuxt/typescript-runtime
npm uninstall @nuxt/typescript-runtime --save
That’s all from updating Nuxt.js version from 2.14.x to 2.15.x from the Gemba.