npm 安装过程中报错解决
更新:HHH   时间:2023-1-7


安装:

npm install -g truffle

下述错误

解决方式:

npm config set strict-ssl false


返回web开发教程...