vite-plugin-style-import
vite-plugin-style-import copied to clipboard
Error: Cannot find module 'consola'
- upgrade the plugin version from 1.4.1 to 2.0.0 , cause failed to load config from vite.config.ts
- Error message: Cannot find module 'consola'
- i open node_modules/vite-plugin-style-import/package.json, find it`s dependencies is “console”: "^0.7.2", is not consola, hope to upgrade consola version
i use npm install consola by myself, and it works
Any progress on this?
Big surprising problem.
how to resolve it ?
me too.
It may be a typo in package.json: 'console'
cannot belive it, 'dependencies' field in package.json has "console": "^0.7.2", but index.mjs use 'consola'. just install it by yourself.
Any progress on this? It seems to be an urgent issue ! 😂