This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Description
源码下载后运行时发现这些小问题:
- package.json 中 http://registry.npm.alibaba-inc.com 是公司内网才能访问的吧?是的,直接改成 https://registry.npmmirror.com
- tnpm 也是内部 npm 命令吧?是的,直接改成 yarn 或者 npm
- 目录不存在
cd packages/xconsole-example,应该是 example/xconsole-example 吧?
- 缺少依赖,添加后 @alicloud/console-toolkit-plugin-xconsole-fs-route,再提示 node_modules/@alicloud/console-toolkit-plugin-xconsole-fs-route/lib/index.js 不存在,需要先编译一下吗?是的
- 还是跑不通:
Module not found: Error: Can't resolve '../lib/hooks/index' in 'packages/xconsole/hooks',要先编译 packages/xconsole 吗?是的,然后又出错了
- 实在跑不下去了