在运行一个 vue-element-admin 的项目时,报错如下
Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime
卸载当前版本node sass
npm uninstall --save node-sass
2、重新安装node sass
npm install --save node-sass
如果还是不行,需要用管理员身份运行cmd
然后重复以上步骤