📌  相关文章
📜  所有到 npm 注册表的连接 - 包括包安装 - 必须使用 TLS 1.2 或更高版本 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:41.911000             🧑  作者: Mango

代码示例1
Run 
npm config set registry https://registry.npmjs.org/
npm install -g https://tls-test.npmjs.com/tls-test-1.0.0.tgz

Some computers are still running with http://registry.npmjs.org/ which is not
going to be allowed anymore for security reasons.