解决“无法加载文件,因为在此系统上禁止运行脚本”的问题
作者:互联网
执行 json-server --watch db.json时报错
Powershell命令行解决报错:
(1)以管理员身份运行vs code
(2)查询Powershell详细策略,在终端执行:get-ExecutionPolicy,显示Restricted(禁止状态)
(3)更新Powershell策略,在终端执行:set-ExecutionPolicy RemoteSigned
(4)再次查询策略状态,在终端执行:get-ExecutionPolicy,显示RemoteSigned
更新执行策略,使其允许使用脚本,即可解决“因为在此系统上禁止运行脚本”问题!
标签:脚本,禁止,get,json,ExecutionPolicy,RemoteSigned,执行,Powershell,加载 来源: https://www.cnblogs.com/Akstar/p/15939570.html