vue webpack 启动报错checking for Python executable "python2" in the PATH

学习地址:https://blog.csdn.net/xuyunfei_2012/article/details/54574203

使用cnpm 来安装:
具体做法:

  1. 安装cnpm

npm install cnpm -g --registry=https://registry.npm.taobao.org

  1. 安装gulp-sass

语法都是一样的,只是将npm换成cnpm

cnpm install --save-dev gulp-sass

你可能感兴趣的:(vue webpack 启动报错checking for Python executable "python2" in the PATH)