0
点赞
收藏
分享

微信扫一扫

Error:Failed at the bcrypt@3.0.4 install script.

unadlib 2022-07-12 阅读 50

Error:Failed at the bcrypt@3.0.4 install script. npm ERR! This is probably not a problem with npm.

报错如下:

Error:Failed at the bcrypt@3.0.4 install script._java

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

npm install bcrypt@3.0.4 --ignore-scripts


举报

相关推荐

0 条评论