segmentio / analytics-node

The hassle-free way to integrate analytics into any node application.

Home Page:https://segment.com/libraries/node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`npm install analytics-node@latest` installs beta instead of stable version

stephledev opened this issue · comments

Version 3.4.0-beta.3 of analytics-node is currently tagged as the latest version in the package registry of npm https://www.npmjs.com/package/analytics-node. This means that npm -i will default to installing a beta version instead of a stable one. While this is not a wrong behaviour per se, it's for sure unexpected compared to most other libraries.

Fixed the issue. 3.5.0 is the latest now!