lowcode-engine
lowcode-engine copied to clipboard
lowcode-plugins 里面的 plugin-datasource-pane 项目启动失败 npm run start :CONFIG No webpack config found.
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: / 详细复现步骤:
- 打开 https://github.com/alibaba/lowcode-plugins;
- git clone 项目;
- cd packages/plugin-datasource-pane;
- npm i;
- npm run start;
- 然后你就会得到下面的报错
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.) / 一些有用的截图将会帮助我们更好的明确以及定位问题

Environments (please complete the following information) (required): / 请提供如下信息(必填)
- 所在版本: lowcode-plugins: Commit: 7ac165d2be7671aabe
- node v14.19.0
- npm v6.14.16
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.
已知问题,建议可以通过 npm link 进行这个包的调试~
直接 cd 到 demo npm start 就行 demo 是直接引的 datasource-pane,可以不用 link @946629031