我正在制作我的第一个反应应用程序并运行命令:npx create-react-app my-app并且我收到此错误:
npx create-react-app my-app
Error: EEXIST: file already exists, mkdir 'C:\Users\Deepak'
command not found: create-react-app
有人可以帮我解决这个错误吗?
javascript node.js reactjs npx
javascript ×1
node.js ×1
npx ×1
reactjs ×1