We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@vicons/utils
css-render
window is not defined
一个 Nuxt 3 项目,在组件或 plugin 中存在以下代码:
import { Icon } from '@vicons/utils'
会得到以下错误:
ERROR window is not defined at Object.<anonymous> (node_modules/.pnpm/[email protected]/node_modules/css-render/lib/mount.js:8:1) at ...
查看引发错误的 css-render/lib/mount.js 的文件,存在 if (window) { ... } 这样的代码。可以确定这个错误确实是由 css-render 这个包引起的。
css-render/lib/mount.js
if (window) { ... }
(到 GitHub 查看 这个文件的最新代码,已经修了 “在 Node 环境下报错” 的问题。)
这个包的引入原因如下:
@vicons/utils 0.1.4 └─┬ @xicons/utils 0.1.4 └── css-render 0.13.9
目前 css-render 已经升级到 0.15.x 版本了,但 @vicons/utils 依赖的还是 0.13.x 版本。麻烦作者升级一下依赖 🙏
如果作者实在精力有限的话,给 css-render 发布一个 0.13.x 的 hotfix 版本也行 😭
The text was updated successfully, but these errors were encountered:
直接用 https://unocss.dev/presets/icons 吧,简单方便。
Sorry, something went wrong.
No branches or pull requests
错误
一个 Nuxt 3 项目,在组件或 plugin 中存在以下代码:
会得到以下错误:
分析
查看引发错误的
css-render/lib/mount.js
的文件,存在if (window) { ... }
这样的代码。可以确定这个错误确实是由css-render
这个包引起的。(到 GitHub 查看 这个文件的最新代码,已经修了 “在 Node 环境下报错” 的问题。)
这个包的引入原因如下:
解决方案
目前
css-render
已经升级到 0.15.x 版本了,但@vicons/utils
依赖的还是 0.13.x 版本。麻烦作者升级一下依赖 🙏如果作者实在精力有限的话,给
css-render
发布一个 0.13.x 的 hotfix 版本也行 😭The text was updated successfully, but these errors were encountered: