Couldn't find any versions for "@infisical/sdk-darwin-x64" that matches "2.2.0"
Closed this issue · 2 comments
asif-vistasglobal commented
While installing the Node SDK package on Windows OS 11 and Node version 20.12.1, we are getting an issue as follows:
yarn install v1.22.22
info No lockfile found.
[1/5] Validating package.json...
[2/5] Resolving packages...
I couldn't find any versions for "@infisical/sdk-darwin-x64" that match "2.2.0."
? Please choose a version of "@infisical/sdk-darwin-x64" from this list: (Use arrow keys.)
> 2.1.9
2.1.8
2.1.3
2.1.2
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
DanielHougaard commented
Hi @asif-vistasglobal, thank you for the report. I'm taking a closer look at this now!
DanielHougaard commented
@asif-vistasglobal The latest version (2.2.2
) now supports darwin x64 again! The root cause was a recent change made by Github to how their runners behave. We have mitigated the issue and you should no longer face the issue if you go ahead and install 2.2.2
or a later version.
Thank you once again for reporting this!