mac安装nodejs,vue2, vue3

安装nodejs,vue2, vue3

安装nodejs

复制代码
> brew install node

Error: You are using macOS 11.7. We do not provide support for this pre-release version. You will encounter build failures with some formulae. Please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official

复制代码
> sudo rm -rf /Library/Developer/CommandLineTools
> sudo xcode-select --install
  1. Mac 使用brew 安装工具报错 Your CLT does not support macOS 11https://zhuanlan.zhihu.com/p/462517486
  2. 安装Nodejs,配置vue环境 https://blog.csdn.net/ferwagrea/article/details/129201662
相关推荐
duangww1 小时前
Linux设置定时作业执行node.js脚本
linux·node.js·sap fiori
源去_云走1 小时前
npm 包构建与发布
前端·npm·node.js
码农欧文1 小时前
关于npm和pnpm
前端·npm·node.js
琉-璃1 小时前
Mac M2安装VUE3
macos
EndingCoder3 小时前
构建RESTful API:用户管理示例
linux·javascript·node.js
RoyLin3 小时前
微任务与宏任务
前端·后端·node.js
2501_915909063 小时前
App Store 上架完整流程解析,iOS 应用发布步骤、ipa 文件上传工具、TestFlight 测试与苹果审核经验
android·macos·ios·小程序·uni-app·cocoa·iphone
2501_916008893 小时前
iOS 26 全景揭秘,新界面、功能创新、兼容挑战与各种工具在新版系统中的定位
android·macos·ios·小程序·uni-app·cocoa·iphone
SkylerHu3 小时前
MacOS 使用ssh2-python报错ImportError: dlopen ... _libssh2_channel_direct_tcpip_ex
python·macos·ssh2