无法从搭建的npm私服中拉取依赖

  • 运行环境:choerodon.com.cn

  • 遇到问题时的前置条件:

  • 问题描述:

    使用nexus2搭建了npm的私服http://hel.hand-china.com/nexus/content/groups/npm/,本地使用无异常,但在自动部署时发生了拉qu不到@antv/data-set这个依赖的情况

  • 报错信息:

    npm http fetch GET 200 http://hel.hand-china.com/nexus/content/groups/npm/longest 24ms
    npm http fetch GET 404 http://hel.hand-china.com/nexus/content/groups/npm/@antv%2fdata-set 
    19ms
    npm http fetch GET 404 http://hel.hand-china.com/nexus/content/groups/npm/@antv%2fg2 18ms
    npm ERR! code E404
    npm ERR! 404 Not Found: @antv/data-set@^0.10.2
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /root/.npm/_logs/2019-05-09T02_11_24_113Z-debug.log
    
  • 疑问
    在本地 访问该路径时可以正常获取到信息的,是否猪齿鱼的环境无法从私服拉取该依赖呢