[Solved] Developer Machine Setup (cant 'make test')

This is a problem of npm installation. I think you can fix this by:

$ cd ~/go/src/github.com/mattermost/platform/web/react
$ rm -rf node_modules
$ npm install