I downloaded following files from respective releases pages.
node-v8.11.4-x64.msi
npm install -g yarn
Restarted my system.
elasticsearch-6.4.0.zip
Now downloaded kibana-6.4.zip from https://github.com/elastic/kibana/tree/6.4
and ran
<
$yarn kbr bootstrap
/>
Bootstrapping completed!
Then manually ran
elasticsearch.bat
and then
<
$ yarn start
yarn run v1.13.0
$ sh ./bin/kibana --dev
unable to find usable node.js executable.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
/>
Following versions are used
C:\Users\Username>node -v
v8.11.4
C:\Users\Username>npm -v
5.6.0
C:\Users\Username>yarn -v
1.13.0
please help
Thanks