Added simple PATH troubleshooter

This commit is contained in:
Corey Butler
2022-11-22 20:16:21 -06:00
parent d07401bb9c
commit ca69d96b2a
3 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# pathfinder
This app is used to help identify NVM4W installation problems. The executable is not signed and is intended for troubleshooting purposes only. It is just a troubleshooting tool which is not an officially a supported part of NVM for Windows.
## Usage
Download pathfinder.exe and run it.
The output will look like:
```
> .\pathfinder.exe
PATH directories containing node.exe:
1. C:\Program Files\nodejs (NVM_SYMLINK)
NVM for Windows is correctly positioned in the PATH.
```