Node Sass version 6.0.0 is incompatible with^4.0.0 这是因为当前版本与4.0.0不兼容 卸载当前版本sass: npm uninstall node-sass 安装指定版本sass: npm install node-sass@4.1 ...