Setup
Compatibility​
The Snowplow Node.js Tracker is tested and compatible with Node.js 10, 12 and 14. Installation requires npm or yarn.
Installation​
Setting up the tracker should be straightforward if you are familiar with npm:
npm install snowplow-tracker
or
yarn add snowplow-tracker
The Snowplow Node.js Tracker is also bundled with TypeScript types and interfaces so will integrate easily with TypeScript applications.