Error: Can't find Python executable "python", you can set the PYTHON env variable. Build failed with error code: 1 npm WARN vue-loader@15.9.3 requires a peer of css-loader@* but none is installed. You must install peer dependencies yourself.
安装包时 npm i 时一直报错 然后直接npm i node-sass还是报错最后发现是因为
node-sass
被墙掉了,导致下载不了
使用
npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
这个命令,终于解决这个错误