赞
踩
fs.js:40
} = primordials;
^
ReferenceError: primordials is not defined
我使用的是node 14版本
看了好几个帖子,都推荐使用node 11.15.0版本(推荐用nvm包管理,非常方便)
用哪个node版本下载的就用node版本卸载,否则很可能出现问题
npm uninstall element-theme
nvm install 11.15.0
nvm use 11.15.0
npm i element-theme-chalk -D
//或者
npm i https://github.com/ElementUI/theme-chalk -D
et -i (在项目根目录生成element-variables.scss文件)
et -i src/styles/vars.scss(手动指定文件名和位置)
https://blog.csdn.net/qq_44869043/article/details/126663940
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。