📌  相关文章
📜  我们不再支持全局安装 Create React App. - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:14.162000             🧑  作者: Mango

代码示例4
if react is installed globally, run this:
npm uninstall -g create-react-app

then run this:
npx create-react-app {directory name}