wbyoung / avn

Automatic Version Switching for Node
MIT License
1.14k stars 54 forks source link

Setup test failing #64

Closed duckontheweb closed 6 years ago

duckontheweb commented 6 years ago

Please describe your issue clearly and also include all details below.

Details

nvm specific

I'm getting a strange test failure for the 'installs to ~/.avn' test:

1) avn setup installs to ~/.avn:

      AssertionError: expected '\u001b[?25l⸨\u001b[90m░░░░░░░░░░░░░░░░░░\u001b[0m⸩ ⠋ :\u001b[K\r' to deeply equal ''
      + expected - actual

      -⸨░░░░░░░░░░░░░░░░░░⸩ ⠋ :

After inserting a few console.log statements, it looks like this is being written to stderr somewhere in the call to the install script here, but I can't see any obvious place where the pipes would have been crossed.