// 出现报错
PhantomJS not found on PATH
Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-windows.zip
提示找不到PhantomJS需要进行下载
①如果网速允许的话可以直接
npm install -g phantomjs
②如果网速不给力的话,那就先进行淘宝镜像安装,再用cnpm进行下载
npm install -g cnpm --registry=https://registry.npm.taobao.org cnpm install -g phantomjs