Skip to content

Releases: nathanhleung/install-peerdeps

v3.0.7

13 Apr 19:09

Choose a tag to compare

  • Fixes #142 - issue when installing packages with a version range that npm info returns an array for
  • Merges #256 by @JounQin - replace cli-color with picocolors
  • Merges #221 by @gwokae - fix parsing of --no-registry option

v2.0.3

13 Apr 19:17
9ff9eae

Choose a tag to compare

  • Merges #88 by @cdierkens - set the default registry to the official registry.npmjs.org, resolving #87

v3.0.6

24 Mar 00:31

Choose a tag to compare

  • Fixes NPM install broken by new Yarn code path (npm npm info is not a valid npm command)

v3.0.5

24 Mar 00:01

Choose a tag to compare

v3.0.4

23 Mar 22:08

Choose a tag to compare

  • Merges #254 - update call to spawn due to Node.js security, resolving #252

v3.0.3

29 Jan 16:18
75cb23d

Choose a tag to compare

  • Reverts quotes around package name

v3.0.2

29 Jan 16:01
d0a16a6

Choose a tag to compare

  • Merges #126 - don't coerce version strings to semver, quote package names

v3.0.1

29 Jan 03:09
81b3a80

Choose a tag to compare

  • Merges #124 - add .cmd suffix to spawned commands on windows

v3.0.0

20 Jan 15:40
c695ca7

Choose a tag to compare

v2.0.2

10 Apr 15:57

Choose a tag to compare

  • Merges #66 by @marlonicus - fix installation not starting after package manager confirmation, resolving #70