Vue项目采坑记录

  1. npm install 失败.

应该是系统某个软件占用了翻墙,导致翻墙失败,在无法翻墙的情况下,安装CNPM 或 直接安装,都无法成功。

使用安装cnpm: npm install -g cnpm —registry=https://registry.npm.taobao.org

然后使用 cnpm install