Closed EvanGertis closed 3 years ago
@EvanGertis it looks like you're using Node v16.x. We do not support that version yet. Please try installing Node v14.x (via nvm, for example), and try again.
@rentallect that worked thank you.
OK, great.
The README states that "The ziti-sdk-nodejs module works with Node.js v11.x, v12.x, v13.x, v14.x". I will soon add support for newer version of Node, and update the README accordingly.
Closing this issue now.
I am trying to install the node sdk. The goal of this project is to create a secure connection to a nodejs application. My repository for the sample application is located here.
Problem: The issue that I am currently facing is installing the sdk. When I run the command
npm i ziti-sdk-nodejs
. I get the following error:I've tried the following:
npm update
Both executed successfully independent of the install.
I'd appreciate any advice on next steps to move forward.
Thanks, Evan