为什么在使用 npx create-react-app my-app 时会出现这个错误?
Why this error come when useing npx create-react-app my-app?
当我尝试安装 create-react-app 时,我遇到了这样的错误
Copyright (C) 2015 Microsoft Corporation. All rights reserved.
PS C:\Users\George Bobby> npx create-react-app my-app
Error: EPERM: operation not permitted, mkdir 'C:\Users\George'
command not found: create-react-app
PS C:\Users\George Bobby>
我知道了
我更新了 NPM 和节点
谢谢
当我尝试安装 create-react-app 时,我遇到了这样的错误
Copyright (C) 2015 Microsoft Corporation. All rights reserved.
PS C:\Users\George Bobby> npx create-react-app my-app
Error: EPERM: operation not permitted, mkdir 'C:\Users\George'
command not found: create-react-app
PS C:\Users\George Bobby>
我知道了 我更新了 NPM 和节点 谢谢