zoukankan      html  css  js  c++  java
  • npm install 时总是报phantomjs-prebuilt@2.1.14安装失败

    npm install 时总是报phantomjs-prebuilt@2.1.14安装失败

    在npm install时总是报如下错误,

    尝试单独安装:npm install phantomjs-prebuilt@2.1.14 还是报错

     

    Please report this full log at https://github.com/Medium/phantomjs

    npm ERR! Darwin 15.0.0

    npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"

    npm ERR! node v4.4.3

    npm ERR! npm  v3.10.9

    npm ERR! code ELIFECYCLE

     

    npm ERR! phantomjs-prebuilt@2.1.14 install: `node install.js`

    npm ERR! Exit status 1

    npm ERR! 

    npm ERR! Failed at the phantomjs-prebuilt@2.1.14 install script 'node install.js

     

    最后通过以下命令安装成功: 

    npm install phantomjs-prebuilt@2.1.14 --ignore-scripts

  • 相关阅读:
    LOJ1036
    LOJ10132
    LOJ10131暗的连锁
    LOJ10128. 花神游历各国
    spoj 694(后缀数组)
    hdu 2459 (后缀数组+RMQ)
    hdu 3948(后缀数组+RMQ)
    ural 1297(后缀数组+RMQ)
    RMQ(dp)
    hdu 3518(后缀数组)
  • 原文地址:https://www.cnblogs.com/lxz123/p/13175412.html
Copyright © 2011-2022 走看看