当你遇到“cannot find module 'unocss/vite'”的错误时,这通常意味着Node.js在尝试加载unocss/vite模块时未能找到它。以下是一些可能的解决步骤和检查点,帮助你解决这个问题: 确认unocss和vite已正确安装: 确保你已经在你的项目中安装了unocss和vite。你可以通过运行以下命令来安装它们(如果尚未安装): bash npm...
A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast! - fix: 解决 'Cannot find module uncss' 的问题 (#3334) · vbenjs/vue-vben-admin@3a5f406
Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@unocss-applet/shared' imported from node_modules\@unocss-applet\preset-applet\dist\index.mjs 似乎是因为@unocss-applet/preset-applet0.8.3 引起的问题,dist/index.mjs中存在对@unocss-applet/shared的引用,但是这个包并没有发布 ...
"unocss": "^0.58.5", "unplugin-auto-import": "^0.16.7", "unplugin-element-plus": "^0.8.0", "unplugin-vue-components": "^0.25.2", "vite": "5.1.4", "vite-plugin-compression": "^0.5.1", "vite-plugin-ejs": "^1.7.0", "vite-plugin-eslint": "^1.8.1", "vite-plugin-...
Describe the bug I wrote a custom VitePress theme with UnoCSS, and I tried to import the theme from another project. But after imported, the dev server failed to render the page and reported [plugin:vite:import-analysis] Failed to resolve import "virtual:uno.css" from "../theme/.vitepres...
ERROR Cannot find module '@oxc-parser/binding-linux-x64-musl' Require stack: /app/node_modules/.pnpm/oxc-parser@0.2.0/node_modules/oxc-parser/index.js In my project, I am using shadcn-nuxt, which seems to reference oxc-parser. However, within .nodeModules/@oxc-parser, I only find @...
Steps to reproduce Vite plugin unocss:global:build:scan is not compatible with Farm for now. Because it uses hook "moduleParsed" which is not supported by Farm. What is expected? The moduleParsed hook in the rollup is not supported. Hope...
UnoCSS version 0.63.4 Describe the bug If I have a single quotation mark in the comment, the vscode extension cannot highlight following class names with two single quotation marks Giving the following code: // A comment with a single quotation mark: ' const a = "sr-only box-border m-...
Thanks for that find@simllll- will take a look and see if we can fix it / implement a quick fix with tsup. Sorry, something went wrong. Copy link raskyercommentedFeb 3, 2023 I think a revert / rollback would be a good strategy since this release is simply not working and might ju...
99% of the time it is frustrating that the msw logs are showing while I'm running my unit tests in server mode. when you run msw with setupWorker and worker.start there is an option to set quiet: true but I haven't found a similar option...