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

下载依赖后运行 et -i就报这个错

Open hellosanbao opened this issue 4 years ago • 4 comments

fs.js:45
} = primordials;
    ^

ReferenceError: primordials is not defined

hellosanbao avatar Jan 08 '21 08:01 hellosanbao

改为 cnpm i element-themex -g 试试

ljxyaly avatar Jan 18 '21 06:01 ljxyaly

element-plus 什么时候支持?

kevinlvhsl avatar Mar 26 '21 07:03 kevinlvhsl

fs.js:45
} = primordials;
    ^

ReferenceError: primordials is not defined

是因为node的版本问题,这个项目是4年前的了,node版本要切到8才行,6也是有问题的,卡着不动

songning0605 avatar Jul 11 '21 09:07 songning0605

fs.js:45
} = primordials;
    ^

ReferenceError: primordials is not defined

是因为node的版本问题,这个项目是4年前的了,node版本要切到8才行,6也是有问题的,卡着不动

"engines": { "node": ">=0.12.0" },

wuyanfeiying avatar Aug 24 '23 02:08 wuyanfeiying