Skip to content

Releases: brombal/just-install

No more verbose nodejs errors

31 Jul 23:05
Compare
Choose a tag to compare

Thanks to @sergei-dyshel, just-install no longer outputs a useless verbose error message if the Justfile script fails for some reason. Instead it just fails with the same status code that Just failed with.

The one with Windows support

02 Feb 16:25
Compare
Choose a tag to compare

This adds Windows support for both npm and yarn.

It also unifies the strategy for both npm and yarn by piping the execution through a Node.js script using child_process. This was decided on because it is a requirement for both Windows and yarn users, and having everybody using the same strategy will reduce overall complexity (and hopefully bugs).

Also, notably, the minimum required version of Node.js is now 18.0 (<= 16 have reached end-of-life).