#Problem with bootstrap-vue in Nuxt 3 project

3 messages · Page 1 of 1 (latest)

delicate lava
#

I am getting this error after creating a Nuxt 3 project and moving my assets folders from a Nuxt 2 project to it:

 ERROR  Cannot start nuxt:  Cannot read properties of undefined (reading 'hook')                   5:19:15 pm

  at nuxtBootstrapVue (node_modules/bootstrap-vue/nuxt/index.js:34:13)
  at installModule (node_modules/@nuxt/kit/dist/index.mjs:2409:101)
  at async initNuxt (node_modules/nuxt/dist/index.mjs:3231:7)
  at async load (node_modules/nuxi/dist/chunks/dev.mjs:205:9)
  at async Object.invoke (node_modules/nuxi/dist/chunks/dev.mjs:249:5)
  at async _main (node_modules/nuxi/dist/cli.mjs:49:20)

My Nuxt 2 project uses bootstrap-vue. My nuxt.config.ts is attached.

tight jay
#

same

#

nuxt used to literally ask what framework you wanted to use, now it doesn't i guess? at all?