Lines Matching refs:set
26 set DIRNAME=%~dp0
27 if "%DIRNAME%" == "" set DIRNAME=.
28 set APP_BASE_NAME=%~n0
29 set APP_HOME=%DIRNAME%
32 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
34 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js
35 set NODE_EXE=node.exe
47 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
49 echo Please set the NODE_HOME variable in your environment to match the
55 set NODE_HOME=%NODE_HOME:"=%
56 set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE%
60 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
62 echo Please set the NODE_HOME variable in your environment to match the