who-jonson/nuxt3-vue-select

Named export 'consola' not found.

Opened this issue · 0 comments

hi,
I'm getting this error:
Named export 'consola' not found. The requested module 'consola' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using: import pkg from 'consola'; const { consola } = pkg;
image

I followed the instructions in readme and even tried to replicate using the files in /playground directory.
I'm using pnpm, if that can have any effect on this