mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2025-09-29 09:28:42 +00:00
Added simple PATH troubleshooter
This commit is contained in:
18
utilities/pathfinder/README.md
Normal file
18
utilities/pathfinder/README.md
Normal 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.
|
||||
```
|
Reference in New Issue
Block a user