mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Resolves #5824, error when running kibana.bat with node x86 on win x64
Fixes #5835
This commit is contained in:
parent
cac7054ae7
commit
4a29d24d5a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ IF %ERRORLEVEL% EQU 0 (
|
|||
|
||||
If Not Exist "%NODE%" (
|
||||
IF Exist "%SYS_NODE%" (
|
||||
set NODE=%SYS_NODE%
|
||||
set "NODE=%SYS_NODE%"
|
||||
) else (
|
||||
Echo unable to find usable node.js executable.
|
||||
Exit /B 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue