Skip to content

请修复阿里内部链接 #25

@wuliupo

Description

@wuliupo

源码下载后运行时发现这些小问题:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions