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

 
原文地址:https://www.cnblogs.com/Tanwheey/p/14865770.html