我安装了 npm live server (js.node) 但它不起作用?

问题描述

我已经安装了 node.js,然后安装了 npm live server 但是当我想在 vs 代码中使用终端使用实时服务器时

实时服务器

我明白了:

live-server : File C:\Users\**\AppData\Roaming\npm\live-server.ps1 cannot be loaded   
because running scripts is disabled on this system. For more information,see 
about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ live-server
+ ~~~~~~~~~~~
    + CategoryInfo          : SecurityError: (:) [],PSSecurityException
    + FullyQualifiedErrorId : UnauthorizedAccess

那么我该如何解决这个问题?

解决方法

输出中的答案

For more information,see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.

您必须在 Windows 中打开脚本执行。

相关问答

依赖报错 idea导入项目后依赖报错,解决方案:https://blog....
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下...
错误1:gradle项目控制台输出为乱码 # 解决方案:https://bl...
错误还原:在查询的过程中,传入的workType为0时,该条件不起...
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct...