Closed MonnyDesign closed 1 year ago
From quick look at your packages.json it seems you are using vue 2 and nuxt 2. This library doesn't support them.
Vue 3 is needed. Start here: https://v3-migration.vuejs.org/
it might be good to start with empty nuxt 3 project, install bootstrap-vue-next and move one component over at a time.
What I am trying to do
The project that I am working on is built with Nuxt 2 (Vue 2, Bootstrap-vue). I want to migrate to Bootstrap-vue-next.
What I have already tried I already installed bootstrap-vue-next to my project and configured the application to use bootstrap-vue-next as I added it in nuxt.config.js file.
Error messages I am getting
When I'm trying to run the project I got an error (in Docker):
Additional info:
package.json:
nuxt.config.js
Environment (please complete the following information):
OS: MacOS Monterey Package version: 1.0.3 yarn version: 1.22.5 npm version: 9.8.1
Is it possible this Error to be related to the Nuxt version and if so, can I go through this Error without upgrading the Nuxt version?