## questions: 无法安装karma-phantomjs-launcher  ## solution:网络问题,借助淘宝镜像 命令行输入下面语句: ``` json PHANTOMJS_CDNURL=https://npm.taobao.org/mirrors/phantomjs/ npm install phantomjs-prebuilt ``` 事实上直接输入就可以了: ``` json npm install phantomjs-prebuilt ``` PS:phantomjs 已改名为 [phantomjs-prebuilt](https://github.com/Medium/phantomjs#versioning)
questions: 无法安装karma-phantomjs-launcher
solution:网络问题,借助淘宝镜像
命令行输入下面语句:
PHANTOMJS_CDNURL=https://npm.taobao.org/mirrors/phantomjs/ npm install phantomjs-prebuilt事实上直接输入就可以了:
npm install phantomjs-prebuiltPS:phantomjs 已改名为 phantomjs-prebuilt