/ 前端 / Vue / 环境搭建 / powerShell权限问题解决 powerShell文件所在文件夹 C:\Windows\System32\WindowsPowerShell\v1.0 set-ExecutionPolicy ALLSIGNED 允许运行脚本 set-executionpolicy Bypass 允许运行未签名脚本
评论区