Closed jjelev closed 4 years ago
This issue as been imported as question since it does not respect consola issue template. Only bug reports and feature requests stays open to reduce maintainers workload. If your issue is not a question, please mention the repo admin or moderator to change its type and it will be re-opened automatically. Your question is available at https://cmty.app/nuxt/consola/issues/c63.
I have the same problem , the error code is "An export assignment cannot be used in a module with other exported elements".
ERROR in D:/web/test-nuxt-ts/node_modules/consola/types/consola.d.ts(98,1):
98:1 An export assignment cannot be used in a module with other exported elements.
96 | export default consolaGlobalInstance
97 |
98 | export = consolaGlobalInstance | ^ 99 |