我在Windows上创建React应用时遇到了麻烦,希望大家能帮帮我..
我已经在超级终端中写了这个命令
npx create-react-app new-app
我检查了我的node.js版本是12.16.1,我的npm版本和npx版本都是6.14.4。
我不知道为什么我总是一直收到此错误
Error: EPERM: operation not permitted, mkdir 'C:\Users\Deepak'
command not found: create-react-app
答案 0 :(得分:3)
第1步
运行以下命令
npm install -g create-react-app
步骤2
运行以下命令
npx create-react-app my-app