Web UI displays nothing (other than 3 dots)

Trying to compile Mattermost in a VirtualBox having Ubuntu in it. Followed developers.mattermost.com/contribute/server/developer-setup/ and developers.mattermost.com/contribute/webapp/developer-setup/. Mostly everything went well except few error messages related to mattermost-redux.

Got expected results from localhost:8065/api/v4/system/ping. How ever localhost:8065/ is not showing any control on it (seeing those 3 dots). In server logs I can see the URL requests reaching server.

The console in Firefox has “Error: Cannot find module ‘mattermost-redux/actions/errors’”. Tried to npm install mattermost-redux, and ended in UNMET PEER DEPENDENCY webpack@4.29.6. No success beyond this point.

npm --version: 3.5.2
yarn --version: 0.32
go version go1.12.3 linux/amd64
Linux ubuntu 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

Highly appreciate any advise to resolve this issue.

Hi @0x218,

Would you be open to joining our Developers channel on our community server and our developers and/or community members will most likely know where the issue is.

I was having lower version of node and that seems to be the probelm. Resolved by reinstalling node 11.