代码改变世界

npm ERR! Failed at the bufferutil@1.3.0 install script 问题解决方法

2021-06-09 10:17  Tanwheey  阅读(1147)  评论(0编辑  收藏  举报

报错:

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