-
Choerodon平台版本:0.19.0
-
运行环境(如localhost或k8s):localhost
-
遇到问题时的前置条件:本地启动前端代码
-
问题描述:
在 choerodon-front 下执行 npm install 成功完毕后,执行 npm run start
最后 显示如下信息:
"D:\Program Files\nodejs\node.exe" "D:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" run start --scripts-prepend-node-path=auto
Debugger listening on ws://127.0.0.1:50995/361c8e20-e758-472c-9a6d-ef23074ac65d
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
> @choerodon/choerodon-front@0.19.0 start D:\devops\choerodon-front
> choerodon-front-boot start --config ./react/localconfig.js
Debugger listening on ws://127.0.0.1:50997/58cee594-18a3-47e6-afde-dd042e077eb4
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
Debugger listening on ws://127.0.0.1:50999/0cb927b7-452c-4a8e-8536-cdbc4395786a
For help, see: https://nodejs.org/en/docs/inspector
� building modules (150/162 modules)(node:21772) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/i
ssues/56
parseQuery() will be replaced with getOptions() in the next major version of loader-utils.
� building modules (7666/7666 modules)Extracted theme color css content length: 36381
webpack: bundle build is now finished.
WARNING Compiled with 2 warnings 6:04:48 PM
These dependencies were not found:
* @choerodon/buzz-saas/lib/routes/cooperate-side in ./node_modules/@choerodon/knowledge/lib/routes/page/doc/DocHome.js
* @choerodon/buzz/lib/routes/cooperate-side in ./node_modules/@choerodon/knowledge/lib/routes/page/doc/DocHome.js
To install them, you can run: npm install --save @choerodon/buzz-saas/lib/routes/cooperate-side @choerodon/buzz/lib/routes/cooperate-side
Waiting for the debugger to disconnect...
Process finished with exit code 1
- 访问localhost:9090页面出不来