Error: Cannot find module 'consola'
See original GitHub issue- 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
Issue Analytics
- State:
- Created a year ago
- Reactions:12
- Comments:8
Top Results From Across the Web
Cannot find module 'consola' · Issue #1754 · x-extends/vxe-table
ts error when starting dev server: Error: Cannot find module 'consola' Require stack: - Project\node_modules\.pnpm\registry.npmmirror.com+vite- ...
Read more >" Error: Cannot find module 'node:console' " - Stack Overflow
Reason: There was a place I misspelled Console with capital C and so while compilation it got intrepreted as module and thus the...
Read more >consola - npm
Elegant Console Logger for Node.js and Browser. Latest version: 2.15.3, last published: 2 years ago. Start using consola in your project by ...
Read more >Top 5 consola Code Examples - Snyk
Learn more about how to use consola, based on consola code examples created from the most popular ways it is used in public...
Read more >Error : Cannot File Module - The freeCodeCamp Forum
I run the .replit console. And this is the answer : ` Error: Cannot find module '/home/runner/boilerplate-express-5/index.js' Require ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.