-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Description
events.js:174
throw er; // Unhandled 'error' event
^
Error: node_modules/element-theme-chalk/src/avatar.scss
Error: Undefined variable: "$--avatar-font-color".
on line 9 of node_modules/element-theme-chalk/src/avatar.scss, in mixin @content
from line 74 of node_modules/element-theme-chalk/src/mixins/mixins.scss, in mixin b
from line 4 of node_modules/element-theme-chalk/src/avatar.scss
color: $--avatar-font-color;
产生上述错误,版本信息为:
"element-theme-chalk": "^2.11.1",
"element-ui": "2.9.1",
调整chalk版本,问题得到解决
"element-theme-chalk": "^2.9.2"
philliphartin and gracale
Metadata
Metadata
Assignees
Labels
No labels