antd5源码调试环境启动(MacOS)

将源码下载至本地

这里antd5 版本是5.8.3

bash 复制代码
$ git clone git@github.com:ant-design/ant-design.git
$ cd ant-design
$ npm install
$ npm start

前提:安装python3、node版本18.14.0(这是本人当前下载的版本)

python3安装教程可参考:https://blog.csdn.net/weixin_40119412/article/details/132368672?spm=1001.2014.3001.5501

安装依赖

bash 复制代码
npm install

发现会提示错误

根据提示执行安装shape

bash 复制代码
npm install shape

重新安装依赖

bash 复制代码
npm install

启动项目

bash 复制代码
npm start
相关推荐
薛定猫AI34 分钟前
Codex 与 Claude Code 全平台安装配置指南(Windows / macOS / Linux)
linux·windows·macos
代码对我眨眼睛19 小时前
Mac 如何单独修改鼠标滚动方向,而不影响触控板
macos·计算机外设·策略模式
qq_49244844619 小时前
MAC 怎么配置定时任务
macos
2601_9560028119 小时前
AdGuardPro_TS.ipa2026最新版ipa 下载后浏览器无广告 官方正版2026最新版pc免费下载(看到请立即转存 资源随时失效)ios必下
macos·ios·cocoa·ipa
技术人生黄勇19 小时前
Hermes Agent 桌面端:工作台 + Windows/Mac 双端 + 多智能体协作
macos
xiaoliuliu1234519 小时前
Petrel 2017油气勘探软件安装教程:MAC 地址修改+三维地质建模
macos
阿洛学长19 小时前
Python安装与环境安装全程详细教学(包含Windows版和Mac版)
windows·python·macos
jiushiaifenxiang20 小时前
Parallels Desktop for Mac 26.3.2 (57398)中文版新功能介绍
macos·策略模式
初雪云21 小时前
没有Mac电脑,如何完成iOS应用上架?三个方案的实战对比
macos·ios
TheBlackHoleLab21 小时前
macOS下的ESP32开发环境配置之离线安装ESP-IDF不走寻常路版
macos