Node.js
The Inworld Node.js SDK is available on NPM and Github.
Please ensure you have the latest version of Node.JS LTS, downloaded Here.
Installation
You can install the Inworld Node.js SDK package using the following command:
npm install @inworld/nodejs-sdk
or
yarn add @inworld/nodejs-sdk
Installation: Yarn
Note that if you have not installed Yarn before, you need to use the following command first:
// The --global flag ensures that yarn is installed globally so that we can use it in all projects.
npm install yarn --global
Learn More
You can learn more about the differences between YARN and NPM Here