open-hand / choerodon-front

Choerodon Front is a total front-end of Choerodon that combines Choerodon IAM and Choerodon DevOps.
http://choerodon.io
Apache License 2.0
62 stars 52 forks source link

npm ERR! notarget No matching version found for @choerodon/boot@0.18.2 #2

Closed udhayamgit closed 4 years ago

udhayamgit commented 5 years ago

/choerodon/choerodon-front$ npm install npm WARN deprecated core-js@1.2.7: core-js@<2.6.8 is no longer maintained. Please, upgrade to core-js@3 or at least to actual version of core-js@2. npm ERR! code ETARGET npm ERR! notarget No matching version found for @choerodon/boot@0.18.2 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' npm ERR! notarget

npm ERR! A complete log of this run can be found in: npm ERR! /home/devops/.npm/_logs/2019-07-12T12_23_54_130Z-debug.log

HuangQiii commented 5 years ago

you can use @choerodon/boot@0.18.1

that's may be our negligence, because of we have private npm source, and we test our latest code there, you can edit the package.json like below:

"dependencies": {
    "@choerodon/boot": "0.18.x",
    "@choerodon/master": "0.18.x",
  }

or specific version like 0.18.1