Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

v3.10.10

Compare
Choose a tag to compare
@othiym23 othiym23 released this 05 Nov 01:20
· 1261 commits to latest since this release

v3.10.10 (2016-11-04)

See the discussion on #14042 for more context on this release, which is intended to address a serious regression in shrinkwrap behavior in the version of the CLI currently bundled with Node.js 6 LTS "Boron". You should never install this version directly; instead update to npm@4, which has everything in this release and more.

REGRESSION FIX

  • 9aebe98 #14117 Fixes a bug where installing a shrinkwrapped package would fail if the platform failed to install an optional dependency included in the shrinkwrap. (@watilde)

UPDATE SUPPORT MATRIX

With the advent of the second official Node.js LTS release, Node 6.x 'Boron', the Node.js project has now officially dropped versions 0.10 and 0.12 out of the maintenance phase of LTS. (Also, Node 5 was never part of LTS, and will see no further support now that Node 7 has been released.) As a small team with limited resources, the npm CLI team is following suit and dropping those versions of Node from its CI test matrix.