Skip to main content

Setup

Compatibility

The Snowplow Node.js Tracker is compatible with Node.js versions 0.10.x and 0.11.x. Installation requires npm.

Installation

Setting up the tracker should be straightforward if you are familiar with npm:

npm install snowplow-tracker

You can automatically save the Tracker as a dependency for your npm module like this:

npm install snowplow-tracker --save
Was this page helpful?