$ sudo npm install -g create-react-app
/opt/node-v7.3.0-linux-x64/bin/create-react-app -> /opt/node-v7.3.0-linux-x64/lib/node_modules/create-react-app/index.js
/opt/node-v7.3.0-linux-x64/lib
└── create-react-app@1.0.3
$ sudo create-react-app appp
sudo :create-react-app:command not found
以前安装的webpack还可以
试试加上
sudo
: