Setup
caution
You are reading documentation for an outdated version. Here's the latest one!
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:
bash
npm install snowplow-tracker
You can automatically save the Tracker as a dependency for your npm module like this:
bash
npm install snowplow-tracker --save