justboil / admin-one-vue-tailwind

Free Vue.js 3.x Tailwind 3.x admin dashboard template with dark mode. Vite builds. Pinia state. Laravel integration available
https://justboil.github.io/admin-one-vue-tailwind/
MIT License
2.14k stars 402 forks source link

can not run nuxtjs version #15

Closed MHKarami97 closed 1 year ago

MHKarami97 commented 2 years ago

I convert project to nuxt with this document but after that when I run project it's show this error without any other info:

ERROR Error while formatting vite error: { code: 'ERR_MODULE_NOT_FOUND' }

source code: https://github.com/MHKarami97/template

leykhins commented 2 years ago

Hi, @MHKarami97 I think this only supports Nuxt 3. So what version of Nuxt are you using?

MHKarami97 commented 2 years ago

@leykhins I use nuxt v3 packages: https://github.com/MHKarami97/template/blob/master/package.json

Sixpacks123 commented 1 year ago

Hi @MHKarami97, If you update to the latest version of nuxt "3.0.0-rc.12" the error no longer appears. But another error appears in the config.js file

MHKarami97 commented 1 year ago

I change code and now it's run on nuxt successFully :)

https://github.com/MHKarami97/template