You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking: Default to outputting HNVM output to stderr instead of stdo…
…ut (#61)
* Breaking: Default to outputting HNVM output to stderr instead of stdout
This should severely reduce the times that using hnvm breaks other tools that don't expect HNVM's messages in node/pnpm output
* Fix hnvm_output_destination
* Add unit tests for outputting to stderr
* Add comment back that was removed
* Add some debug logging for this test that only fails in CI
* This probably won't work, but let's try
* Combine if statements
* Clean up how we're doing our redirect checking
* Update usage of output wrapper script to use piping
Makes it cleaner to use with the color functions
* Undo some styling changes to make the diff easier to read
* Set draft to true when cutting a github-release
patch: Bundle the pnpm-self-installer into hnvm, use that instead of …
…curling for it (#59)
* patch: Bundle the pnpm-self-installer into hnvm, use that instead of curling for it
* fix pnpm installer call
* rename LICENSE.txt to LICENSE