This topic describes how to install EventBridge SDK for TypeScript.
Prepare the environment
- Install Node.js 8.0 or later. For more information, see Install Node.js.
You can run the
node -v
command to check the version of Node.js. - Run the following command to install TypeScript globally:
npm install -g typescript