Setup
caution
You are reading documentation for an outdated version. Here's the latest one!
Compatibility#
The Snowplow Node.js Tracker is tested and compatible with Node.js versions from 10 to 20. Installation requires npm, pnpm or yarn.
Installation#
Setting up the tracker should be straightforward if you are familiar with npm:
bash
npm install @snowplow/node-tracker
alternative you can use pnpm or yarn:
bash
pnpm add @snowplow/node-tracker
bash
yarn add @snowplow/node-tracker
The Snowplow Node.js Tracker is also bundled with TypeScript types and interfaces so will integrate easily with TypeScript applications.