SyntaxError: Named export 'Dataset' not found. The requested module 'vue-dataset' is a CommonJS module, which may not support all module.exports as named exports.
I don't know exactly what Vite doesn't like about the package but I found a workaround using:
Using Vitepress and Vite with SSR, I used this import:
and received this error:
I don't know exactly what Vite doesn't like about the package but I found a workaround using:
from this page: https://vite-plugin-ssr.com/broken-npm-package#solution