zl程序教程

您现在的位置是:首页 >  其他

当前栏目

使用nvm管理器安装node版本-快速在同一个电脑上管理多个node 版本

电脑安装Node 管理 快速 版本 多个 管理器
2023-09-11 14:18:36 时间

mac系统-https://github.com/creationix/nvm#install-script

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash

windows系统-https://github.com/coreybutler/nvm-windows

卸载老版本vuecli脚手架

npm uninstall vue-cli -g

安装新版本 npm install -g @vue/cli