zoukankan      html  css  js  c++  java
  • npm ERR! Failed at the bufferutil@1.3.0 install script 问题解决方法

    报错:

    npm ERR! Failed at the bufferutil@1.3.0 install script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    

    解决:使用 --ignore-scripts 安装 (先把某个报错的包单独安装)

    npm install realm@2.1.0 --ignore-scripts

     
  • 相关阅读:
    rebar
    namenode ha
    jmx
    doclint in jdk8
    maven source
    avd
    ccw-ide
    ST3使用
    Web worker
    离线web-ApplicationCache
  • 原文地址:https://www.cnblogs.com/Tanwheey/p/14865770.html
Copyright © 2011-2022 走看看