在建立react項目,執行如下命令的時候react
npx create-react-app my-app
報錯以下:npm
解決方案:app
全局安裝便可code
npm install -g create-react-app