在mac上搭建好环境后运行reactjs项目时,使用命令出现报错:“npm ERR! permissions …” 问题很可能就是用户权限不够,使用 sudo 命令 就可以了 比如: sudo npm install -g create-react-app