I just quickly wanted to reference the Github issue here and see if that's something I'm doing wrong or if there's a permission problem with fetching ziti-sdk-nodejs
from the AWS servers:
Hi @dmuensterer Can you tell the the following:
- What OS were you using at the time?
- What version of NodeJS was in use at the time?
- What architecture was present (i.e. x64, amd64)
Hi @curt,
sure:
What OS were you using at the time?
MacOS
What version of NodeJS was in use at the time?
20.14.2
What architecture was present (i.e. x64, amd64)
arm64
ziti_sdk_nodejs-v0.17.0-node-v127-darwin-arm64.tar.gz
is what will be sought if you are running NodeJS 22.x. Our build matrix doesn't yet include NodeJS 22.
You said you were using NodeJS 20.x, but if you were you'd be pulling down ziti_sdk_nodejs-v0.17.0-node-v115-darwin-arm64.tar.gz
Please double-check the NodeJS version you are using, and ensure it is one we currently ship binaries for (i.e. 16, 18, 19, 20, 21)
1 Like
You are totally right! nodejs was referenced with v20 but installed was v22. Thanks for the help.