我已使用此命令安装 react 应用程序
$ npx create-react-app my-app
Run Code Online (Sandbox Code Playgroud)
然后我得到了这样的错误:
Error: EPERM: operation not permitted, mkdir 'C:\Users\Aniket'
command not found: create-react-app
Run Code Online (Sandbox Code Playgroud)
我看到一些在线资源,他们说我必须从我的 Windows 用户名中删除空格,有没有其他方法可以使这个工作?