📌  相关文章
📜  npx create-react-app v2 错误:EPERM:不允许操作,找不到 mkdir 'C:\Users\Viktor' 命令:create-react-app - 无论代码示例

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

代码示例2
Try installing it globally first, using the command
npm install -g create-react-app

And then, you can create your app using the command,
npx create-react-app 

Hope this helps :)