Skip to content

Releases: tj/n

9.2.3

21 Apr 00:36
Compare
Choose a tag to compare

Fixed

  • avoid problems with curl 8.7.1 and --compressed by removing option until fixed

9.2.1

25 Feb 03:39
Compare
Choose a tag to compare

Fixed

  • n doctor works with custom N_CACHE_PREFIX

Added

  • expand tests in n doctor for folder existence and permissions

9.2.0

15 Oct 04:36
Compare
Choose a tag to compare

Added

  • --offline for resolving target version against cached downloads instead of internet lookup (#785)

9.1.0

15 Apr 05:54
Compare
Choose a tag to compare

Added

  • check for possible problem with multiple npm locations when running n doctor (#764)

9.0.1

04 Nov 06:02
Compare
Choose a tag to compare

Fixes

  • Makefile compatible with more flavours of make (#745)
  • quote paths in Makefile in case PREFIX contains spaces (#746)

9.0.0

16 Jul 04:17
Compare
Choose a tag to compare

Changed

  • --preserve preserves corepack too (#736)

Added

  • optional N_PRESERVE_COREPACK to change default behaviour for preserving corepack (#736)

8.2.0

18 Apr 03:33
Compare
Choose a tag to compare

Added

  • log before copying files during install (#720)

8.1.0

18 Mar 05:20
Compare
Choose a tag to compare

Added

  • optional N_CACHE_PREFIX for separate location for downloaded files than install location (#717)

8.0.2

08 Jan 21:08
Compare
Choose a tag to compare

Fixed

  • improved warning message when utility location hash may be holding old location to cover a wider range of shells including dash (#707)

8.0.1

04 Dec 00:51
Compare
Choose a tag to compare

Fixed

  • improve error handling for tar extraction errors (#701)
  • add tar flag for compatibility with tar builds which do not default to stdin (#697)