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
{{ message }}
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.
Second try, present extra information in consistent format. Less noisy, so not annoying when it isn't an error condition (like preparing environment, running tests).
$ export NVH_PREFIX=~/DELETEME
$ nvh install lts
installing : node/v10.14.1
mkdir : /Users/john/DELETEME/nvh/versions/node/v10.14.1
fetch : https://nodejs.org/dist/v10.14.1/node-v10.14.1-darwin-x64.tar.gz
installed : v10.14.1 to /Users/john/DELETEME/bin/node
active : v8.14.0 at /usr/local/bin/node
$ nvh install lts
installed : v10.14.1 to /Users/john/DELETEME/bin/node
active : v8.14.0 at /usr/local/bin/node
$ export PATH=${NVH_PREFIX}/bin:$PATH
$ nvh install lts
installed : v10.14.1
Feature Request
Improve output when the installed version is not the active version.
Problem
The output from install gives a clue that there is a problem, but is very subtle, and looks like
nvh
is faulty. For example:Proposed Solution
nvh
nvh doctor
?Doctor
nvh doctor
does already warn about some problems, but only if the user runs it.The text was updated successfully, but these errors were encountered: