摘要: 1 #切换官方源 2 npm config set registry https://registry.npmjs.org 3 4 #临时禁用SSL校验 5 npm config set strict-ssl false 6 7 #安装插件 8 npm -g install js-beautify 阅读全文
posted @ 2025-01-08 10:55 GSY921 阅读(21) 评论(0) 推荐(0)