报错:
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