欧赛科技网站建设,自己做网站出证书,wordpress 去掉功能,有没有做软件的外包网站Mac 更新node版本 第一步#xff0c;先查看本机node.js版本#xff1a; node -v 第二步#xff0c;清除node.js的cache#xff1a; sudo npm cache clean -f 第三步#xff0c;安装 n 工具#xff0c;这个工具是专门用来管理node.js版本的#xff0c;别怀疑这个工具… Mac 更新node版本 第一步先查看本机node.js版本 node -v 第二步清除node.js的cache sudo npm cache clean -f 第三步安装 n 工具这个工具是专门用来管理node.js版本的别怀疑这个工具的名字是他是他就是他他的名字就是 n sudo npm install -g n 第四步安装最新版本的node.js sudo n stable 第五步再次查看本机的node.js版本 node -v 第六步更新npm到最新版 sudo npm install npmlatest -g 第七步验证 node -v
npm -v Mac 升级系统后使用git
报错信息
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
chaoyang192 ~ % xcode-select --install
安装的大概几分钟-