alibaba / lowcode-engine

An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系
https://lowcode-engine.cn
MIT License
14.58k stars 2.53k forks source link

debug调试机制无法运行 #2534

Closed BARMPlus closed 1 year ago

BARMPlus commented 1 year ago

Describe the bug (required) / 详细描述 bug(必填)

https://lowcode-engine.cn/site/docs/guide/expand/editor/cli 官网文档上的debug调试模式按照步骤进行,未达到预期效果


To Reproduce (required) / 如何复现 bug?(必填,非常重要)


  1. npm init @alilc/element your-plugin-name
  2. 选择 插件(plugin) image
  3. cd your-plugin-name
  4. npm install
  5. npm start
  6. 打开https://lowcode-engine.cn/demo/demo-general/index.html?debug

Expected behavior (required) / 预期行为(必填,非常重要)

plugin应该被加入,以便调试插件

eternalsky commented 1 year ago

看下控制台是否有报错。

BARMPlus commented 1 year ago

image

BARMPlus commented 1 year ago

和本地8899端口被占用有关系