custom-element-theme icon indicating copy to clipboard operation
custom-element-theme copied to clipboard

custom-element-theme

Results 4 custom-element-theme issues
Sort by recently updated
recently updated
newest added

``` fs.js:45 } = primordials; ^ ReferenceError: primordials is not defined ```

现在升级到最新的版本也只能生成[email protected]的样式

@PanJiaChen 你好,目前遇到一个构建报错问题,产生错误步骤: 1. npm update element-theme-chalk -D 2. et 然后 cmd 中就报这个错了: ``` Error: node_modules\element-theme-chalk\src\input.scss Error: Undefined variable: "$--input-clear-hover-color". ... ``` 应该是不认识 scss 文件中的以 `$` 声明的变量 求解!是咱这个项目需要升级吗?

` ENOENT: no such file or directory, open '' at Object.fs.openSync (fs.js:646:18) at Object.fs.readFileSync (fs.js:551:33) at css_wrap (C:\company\element-ui-dev\packages\theme-chalk\node_modules\css-wrap\css_wrap.js:42:19) at DestroyableTransform.transform [as _transform] (C:\company\element-ui-dev\packages\theme-chalk\node_modules\gulp-css-wrap\index.js:19:32) at DestroyableTransform.Transform._read (C:\company\element-ui-dev\packages\theme-chalk\node_modules\readable-stream\lib\_stream_transform.js:184:10) at DestroyableTransform.Transform._write (C:\company\element-ui-dev\packages\theme-chalk\node_modules\readable-stream\lib\_stream_transform.js:172:83) at...