Closed saddam-azad closed 1 year ago
At the time of writing, updating the dependencies using ncu -u produces the following results:
ncu -u
@iconify/vue ^3.2.1 → ^4.1.1 @nuxtjs/color-mode ^3.0.3 → ^3.3.0 @nuxtjs/eslint-config-typescript ^10.0.0 → ^12.1.0 @vueuse/core ^8.5.0 → ^10.4.1 eslint ^8.16.0 → ^8.50.0 nuxt ^3.0.0-rc.4 → ^3.7.4 nuxt-component-meta ^0.1.5 → ^0.5.4 nuxt-windicss ^2.3.2 → ^2.6.1 pathe ^0.3.0 → ^1.1.1 typescript ^4.7.2 → ^5.2.2 windicss ^3.5.4 → ^3.5.6
While Nuxt has matured from rc.4 to stable, several other packages have had major version bumps.
Currently, running npm run dev after updating the dependencies produces the following error:
npm run dev
ERROR Cannot start nuxt: (0 , _kit.addAutoImport) is not a function
Are you sure you are using the latest version?
At the time of writing, updating the dependencies using
ncu -u
produces the following results:While Nuxt has matured from rc.4 to stable, several other packages have had major version bumps.
Currently, running
npm run dev
after updating the dependencies produces the following error: