2020-01-08 powershell 因为在此系统上禁止运行脚本...

powershell 因为在此系统上禁止运行脚本...

因为在此系统上禁止运行脚本。有关
详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。
所在位置 行:1 字符: 1

  • react-native init demo
  •   + CategoryInfo          : SecurityError: (:) [],PSSecurityException
      + FullyQualifiedErrorId : UnauthorizedAccess
    
    
    

解决(resolve)

1:win+X启动 windows PowerShell(管理员)

2:若要在本地计算机上运行您编写的未签名脚本和来自其他用户的签名脚本,请使用以下命令将计算机上的 执行策略更改为 RemoteSigned 执行:set-ExecutionPolicy RemoteSigned

3: 查看执行策略:get-ExecutionPolicy

4:问题解决

你可能感兴趣的:(2020-01-08 powershell 因为在此系统上禁止运行脚本...)