notes/config/nodejs/set-registry.sh

8 lines
142 B
Bash
Executable File

#!/bin/bash
# 淘宝
npm config set registry https://registry.npmmirror.com/
# 官方
# npm config set registry https://registry.npmjs.org/