PowerShell:因为在此系统上禁止运行脚本,解决方法 问题做npm开发时,使用npm安装软件可能会遇到下面的问题:原因powershell-脚本运行权限政策,获取当前策略:Get-ExecutionPolicy,设置当前策略:Set-ExecutionPolicy UnrestrictedRestricted * ——默认的设置, 不允许任何script运行AllSigned *——只能运行经过数字证书签名的scriptRe... space 2025-09-25 49 none