I have installed create-react-app exactly as instructed on the facebook instruction page (https://facebook.github.io/react/blog/2016/07/22/create-apps-with-no-configuration.
You are able to apply the following solution:
$ npm config set prefix /usr/local $ sudo npm install -g create-react-app $ create-react-app my-app