diff --git a/start.bat b/start.bat index a56205c..b34a7be 100644 --- a/start.bat +++ b/start.bat @@ -1,5 +1,7 @@ @echo off +pushd %~dp0 + where /q node if errorlevel 1 ( echo NodeJS does not appear to be installed.