oracle/oci-typescript-sdk

Unable to use version 2.10.0 of the SDK

Closed this issue · 4 comments

Scenario
In Dec 20, 2021, I try to bump my npm dependency to latest

"dependencies": {
    "oci-sdk": "latest"
  },

I see error like

npm ERR! code ETARGET
npm ERR! notarget No matching version found for oci-appmgmtcontrol@2.10.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.

Thanks for reporting, we'll take a look

There was an issue while publishing the latest version of the SDK and one of the packages is missing in the latest version (2.10.0). Please use 2.9.1 version of the SDK as a workaround for now

@davidkhala - Can you please try again with the latest version? We've fixed this issue and published version 2.10.0 of the package oci-appmgmtcontrol

@y-chandra Resolved.