lowcode-engine icon indicating copy to clipboard operation
lowcode-engine copied to clipboard

lowcode-plugins 里面的 plugin-datasource-pane 项目启动失败 npm run start :CONFIG No webpack config found.

Open 946629031 opened this issue 3 years ago • 3 comments

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

A clear and concise description of what the bug is. / 请提供清晰且精确的 bug 描述


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

Steps to reproduce the behavior: / 详细复现步骤:


  1. 打开 https://github.com/alibaba/lowcode-plugins;
  2. git clone 项目;
  3. cd packages/plugin-datasource-pane;
  4. npm i;
  5. npm run start;
  6. 然后你就会得到下面的报错
npm run start 

> @alilc/[email protected] start /Users/limi/Documents/midea/ams-美商云/lowcode-plugins/packages/plugin-datasource-pane
> build-scripts start

@alib/build-scripts 0.1.32
info Can not find demo folder for component development 
WARN CONFIG No webpack config found.

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

A clear and concise description of what did you expect to happen. / 请清晰和精确的描述你预期的行为


Screenshots (optional) / bug 截图(可选)

Sceenshots for further information. (If applicable.) / 一些有用的截图将会帮助我们更好的明确以及定位问题 Screen Shot 2022-06-20 at 10 14 22 AM


Environments (please complete the following information) (required): / 请提供如下信息(必填)

  • 所在版本: lowcode-plugins: Commit: 7ac165d2be7671aabe
  • node v14.19.0
  • npm v6.14.16

946629031 avatar Jun 20 '22 02:06 946629031

This issue is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 2 days.

github-actions[bot] avatar Jul 01 '22 02:07 github-actions[bot]

已知问题,建议可以通过 npm link 进行这个包的调试~

LeoYuan avatar Jul 04 '22 01:07 LeoYuan

直接 cd 到 demo npm start 就行 demo 是直接引的 datasource-pane,可以不用 link @946629031

twinkle77 avatar Aug 10 '22 03:08 twinkle77