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
相关推荐
*愿风载尘*19 分钟前
SecureCRT连接密钥交换失败
linux·macos
FogLetter27 分钟前
SQLite3入门指南:轻量级数据库的奇妙冒险
后端·node.js
mCell10 小时前
从删库到跑路?这50个Linux命令能保你职业生涯
linux·windows·macos
bingbingyihao15 小时前
Node.js 模拟 Linux 环境
linux·node.js
吳所畏惧17 小时前
NVM踩坑实录:配置了npm的阿里云cdn之后,下载nodejs老版本(如:12.18.4)时,报404异常,下载失败的问题解决
前端·windows·阿里云·npm·node.js·batch命令
fhf18 小时前
2025年了你会卸载Macbook上的应用吗?
macos·shell
归辞...18 小时前
「iOS」——内存五大分区
macos·ios·cocoa
JS_Love19 小时前
nodejs 手动实现 multipart/byteranges 分块下载
node.js
白一梓20 小时前
Node.js 流全解
node.js
穆雄雄1 天前
备份一下我的 mac mini 的环境变量配置情况
macos