Skip to content

Commit

Permalink
🐛 fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
chaos-zhu committed Dec 12, 2022
1 parent bcfbe0d commit d258f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easynode-server-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export VM_NODEJS_ORG_MIRROR=https://npm.taobao.org/mirrors/node

echo '开始安装node&npm'

nvm install --lts
nvm install 16

echo "node version: $(node -v) 安装成功"
echo "npm version: $(npm -v) 安装成功"
Expand Down

0 comments on commit d258f1e

Please sign in to comment.