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
相关推荐
共享家952717 小时前
linux-数据链路层
linux·网络·macos
爱加班的猫18 小时前
Node.js 中 require 函数的原理深度解析
前端·node.js
冲!!1 天前
使用nvm查看/安装node版本
前端·node.js·node·nvm
CZIDC1 天前
MacOS字体看起来比在 Windows 上更好?
macos
萌萌哒草头将军1 天前
Node.js v24.6.0 新功能速览 🚀🚀🚀
前端·javascript·node.js
Cosmoshhhyyy1 天前
linux远程部署dify和mac本地部署dify
linux·运维·macos
行星0081 天前
mac 通过homebrew 安装和使用nvm
macos·npm·node.js
尚学教辅学习资料2 天前
Vue3从入门到精通: 4.5 数据持久化与同步策略深度解析
vue·数据持久化
kngines2 天前
【Node.js从 0 到 1:入门实战与项目驱动】1.3 Node.js 的应用场景(附案例与代码实现)
node.js