前端开发手册中运行代码报版本有误

  • Choerodon平台版本:0.7.0

  • 运行环境(如localhost或k8s):localhost

  • 问题描述:
    新建 choerodon-cloud-front 完后
    git clone https://github.com/choerodon/choerodon-front-iam.git
    再运行代码npm install后报错
    $ npm install
    npm ERR! code ETARGET
    npm ERR! notarget No matching version found for choerodon-front-boot@0.7.0
    npm ERR! notarget In most cases you or one of your dependencies are requesting
    npm ERR! notarget a package version that doesn’t exist.
    npm ERR! notarget
    npm ERR! notarget It was specified as a dependency of ‘choerodon-front-iam’
    npm ERR! notarget

要修改choerodon-front-boot的版本还是有其他解决办法?

你好,这是因为npm公库缺少front-boot的0.7.0的依赖,我们马上发布一下