繁体   English   中英

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

[英]I installed npm live server (js.node) but it dosen't work?

我已经安装了 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 中打开脚本执行。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM