From 53bc08dfed5a1ec99a6d6fb8f4771f9de993b3de Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Tue, 22 Nov 2022 20:24:33 -0600 Subject: [PATCH] Added pathfinder notes --- utilities/pathfinder/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utilities/pathfinder/README.md b/utilities/pathfinder/README.md index 621bb17..1e04c0f 100644 --- a/utilities/pathfinder/README.md +++ b/utilities/pathfinder/README.md @@ -15,4 +15,6 @@ PATH directories containing node.exe: 1. C:\Program Files\nodejs (NVM_SYMLINK) NVM for Windows is correctly positioned in the PATH. -``` \ No newline at end of file +``` + +If there is a problem, such as multiple Node installation paths or incorrectly ordered installation paths, this tool will tell you. \ No newline at end of file