报错信息:
PS C:\Users\Administrator\Desktop\学习资料> hs -o
hs : 无法加载文件 C:\Users\Administrator\AppData\Roaming\npm\hs.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 h
ttps:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。
所在位置 行:1 字符: 1
+ hs -o
+ ~~
+ CategoryInfo : SecurityError: (:) [],PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
解决方法:
右键开始菜单,打开Windows powershell(管理员)
输入
set-ExecutionPolicy RemoteSigned
再输入 Y 或者 A 即可
再次运行就正常了