Kbn not found while setting up develop environment in Kibana 6.4.0

According to

the work around for this issue will be get kibana from github instead of release pages.

git clone git@github.com:elastic/kibana.git
cd kibana
git fetch origin
git checkout v6.4.0
yarn kbn bootstrap