This commit is contained in:
@ -63,7 +63,7 @@ RUN echo "安装基础工具与配置文件" && \
|
||||
brew update && \
|
||||
# 安装 n node 管理器
|
||||
brew install n && \
|
||||
export N_NODE_MIRROR=https://registry.npmmirror.com/node && \
|
||||
export N_NODE_MIRROR=https://npmmirror.com/mirrors/node/ && \
|
||||
n 18.15.0 && \
|
||||
# 安装 nrm
|
||||
npm install -g nrm --registry=http://registry.npmmirror.com && \
|
||||
|
Reference in New Issue
Block a user