gpt4 book ai didi

reactjs - VS Code 中的 create-react-app 在 Windows 上抛出未经授权的访问

转载 作者:行者123 更新时间:2023-12-01 21:52:26 25 4
gpt4 key购买 nike

当我尝试在我的 Windows 机器上创建 React 应用程序时,我不断收到未经授权的访问。我在 Mac 上没有遇到过这种行为,所以我真的不知道是什么导致了这个问题。

在 VS Code 的终端中,我运行了以下命令:

PS C:\Users\Foo_Bar\sandbox> npm install -g create-react-app
C:\Users\Foo_Bar\AppData\Roaming\npm\create-react-app -> C:\Users\Foo_Bar\AppData\Roaming\npm\node_modules\create-react-app\index.js
added 91 packages from 45 contributors in 6.923s

PS C:\Users\Foo_Bar\sandbox> create-react-app --version
create-react-app : File C:\Users\Foo_Bar\AppData\Roaming\npm\create-react-app.ps1 ca
nnot be loaded because running scripts is disabled on this system. For more information, see
about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ create-react-app --version
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
PS C:\Users\Foo_Bar\sandbox> create-react-app test-app
create-react-app : File C:\Users\Foo_Bar\AppData\Roaming\npm\create-react-app.ps1 ca
nnot be loaded because running scripts is disabled on this system. For more information, see
about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1

+ create-react-app test-app
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
PS C:\Users\Foo_Bar\sandbox>

看起来 npm install -g create-react-app 成功了。但是,创建实际应用程序或检查版本失败。有谁知道这可能是什么原因?

编辑:Nodenpm 版本如下:

PS C:\Users\Foo_Bar\sandbox> node --version
v12.13.0
PS C:\Users\Foo_Bar\sandbox> npm --version
6.12.0

最佳答案

尝试使用

npx create-react-app **foldername**

我有同样的问题,这是更快更简单的解决方案

关于reactjs - VS Code 中的 create-react-app 在 Windows 上抛出未经授权的访问,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58976934/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com