npm ERR! Failed at the bufferutil@1.3.0 install script 问题解决方法
2021-06-09 10:17 Tanwheey 阅读(1269) 评论(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
![]()

浙公网安备 33010602011771号