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
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