Vue安装依赖报错:checking for Python executable "python" in the PATH

1,166 阅读1分钟

将vue项目代码复制到自己电脑上安装依赖时报错:

    checking for Python executable "python" in the PATH  

用cnpm来安装即可:

步骤:

  1. 安装cnpm:

     npm install cnpm -g --registry=https://registry.npm.taobao.org  
    
  2. 用cnpm安装依赖:

     cnpm install