Feynman nanjofan 在 github 的 community 仓库有 developer guide,最近正在更新 3.0 的开发调试文档 https://github.com/kubesphere/community/pull/172/files
TinaSprunt nanjofan 先搭本地环境,调试修改代码,然后编译打包成镜像,替换更新进去。 编译参考官网最近更新的3.0的编译文档: https://github.com/kubesphere/community/pull/172/files 前端本地环境搭建及二次开发调试:https://blog.csdn.net/qq_33909098/article/details/109078108 后端本地环境搭建大概步骤: 参考文档: https://github.com/kubesphere/community/blob/master/developer-guide/development/README.md https://github.com/kubesphere/community/blob/master/developer-guide/development/how-telepresence-works.md 准备 go 环境 新建运行目录并下载kubesphere代码 $ mkdir -p $GOPATH/src/kubesphere.io/ $ cd $GOPATH/src/kubesphere.io/ $ git clone https://github.com/kubesphere/kubesphere 搭建Telepresence代理运行本地调试代码
tjushilei TinaSprunt 你好,我在kubesphere-console执行yarn start的时候报错如下图,跟其他前端同事调了很久都没有调通,前面俩命令yarn和yarn lego都执行成功了,请问这是什么问题?
TinaSprunt tjushilei 今天把这个问题复现了一下,确实是node版本的问题。 高版本 低版本 官方也有人给提了issues 根据官方的回复10.x,于是装了10.4.1(不得行,具体一点应该是必须大于10.13.x但是别太高), 第一次安装的时候12.18.x没有问题,12.19.x就有问题了,第二次装12.18.x也出现了相同错误,issues中表示13.x也有风险,还是保持和青云的开发环境一致吧 最终:综合官方和实践结果,10.14.1比较稳