我尝试npm install -g create-react-app在终端上使用sudo安装create react app ,然后出现以下消息:
/home/mahi/.npm-global/bin/create-react-app -> /home/mahi/.npm-global/lib/node_modules/create-react-app/index.js
+ create-react-app@1.4.3
updated 1 package in 11.7s
然后,当我要运行命令create-react-app hello-world时,它表示找不到create-react-app命令.然后我搜索了许多解决方案,我几乎尝试了所有这些解决方案,但没有任何改进,显示一次又一次找不到命令.