spektrummedia / nuxt-vue-multiselect

Single / multiple select plugin for Nuxt.js using vue-multiselect.
MIT License
31 stars 7 forks source link

ERROR Cannot start nuxt: Cannot read properties of undefined (reading 'nuxt-vue-multiselect') #6

Open imikay opened 1 year ago

imikay commented 1 year ago

nuxt version 3.2.3, when adding module in nuxt.config.js ERROR Cannot start nuxt: Cannot read properties of undefined (reading 'nuxt-vue-multiselect')

imikay commented 1 year ago

I choose to use vue-multiselect directly, you can use vue-multiselect just fine in nuxt 3. No integration config need, and no bug. Bye.

fnaticshy commented 1 year ago

I choose to use vue-multiselect directly, you can use vue-multiselect just fine in nuxt 3. No integration config need, and no bug. Bye.

Can you tell me more?

diemuzi commented 1 year ago

This is the output when installing this module.

npm i nuxt-vue-multiselect

npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.

After adding nuxt-vue-multiselect to the Nuxt modules and starting the project this happens.

ERROR Cannot start nuxt: Cannot read properties of undefined (reading 'nuxt-vue-multiselect') 3:31:33 PM

at module.exports (node_modules\nuxt-vue-multiselect\lib\module.js:6:20) at installModule (/C:/Users/diemu/PycharmProjects/gwhcp/gui/node_modules/@nuxt/kit/dist/index.mjs:2409:101) at async initNuxt (/C:/Users/diemu/PycharmProjects/gwhcp/gui/node_modules/nuxt/dist/index.mjs:3238:7) at async load (/C:/Users/diemu/PycharmProjects/gwhcp/gui/node_modules/nuxi/dist/chunks/dev.mjs:205:9) at async Object.invoke (/C:/Users/diemu/PycharmProjects/gwhcp/gui/node_modules/nuxi/dist/chunks/dev.mjs:249:5) at async _main (/C:/Users/diemu/PycharmProjects/gwhcp/gui/node_modules/nuxi/dist/cli.mjs:49:20)

samueltomaselli commented 3 months ago

Did anyone fix this?