Error installing NodeJS SDK with npm. Access Denied

Hi all.
I am trying to install the module for the OpenZiti SDK, but I am getting the following error:

npm i @openziti/ziti-sdk-nodejs
npm warn deprecated are-we-there-yet@2.0.0: This package is no longer supported.
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated npmlog@6.0.2: This package is no longer supported.
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated npmlog@5.0.1: This package is no longer supported.
npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated gauge@3.0.2: This package is no longer supported.
npm warn deprecated gauge@4.0.4: This package is no longer supported.
npm error code 127
npm error path /root/darkociapigtwy/darkClientSample/node_modules/@openziti/ziti-sdk-nodejs
npm error command failed
npm error command sh -c node-pre-gyp install || npm run build
npm error response status 403 Forbidden on https://ziti-npm.s3.amazonaws.com/ziti_sdk_nodejs/v0.17.0/Release/ziti_sdk_nodejs-v0.17.0-node-v127-linux-x64.tar.gz
npm error
npm error > @openziti/ziti-sdk-nodejs@0.17.0 build
npm error > npm run build:init && npm run build:configure && npm run build:make
npm error
npm error

The relevant is what I am highlighting.

Do u know if the module is still available or it something has changed?

Thank u

I think the error was NodeJS version, I was using 22.12, and it seems that is not supported yet.

Hi @Rolando. We just released version 0.18.0 of this SDK. It supports Node v22. Give it a try, and let us know how it goes.