美文网首页
2020-10-14 vscode poswershell 无

2020-10-14 vscode poswershell 无

作者: 码股 | 来源:发表于2020-10-14 20:11 被阅读0次

报错: 无法加载文件 d:\Program Files\nodejs\node_global\nodemon.ps1,因为在此系统上禁止运行脚本。有

关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。     

+ ~~~~~~~

    + CategoryInfo          : SecurityError: (:) [],PSSecurityException

    + FullyQualifiedErrorId : UnauthorizedAccess

解决:在windows power shell中输入set-ExecutionPolicy RemoteSigned 。

相关文章

网友评论

      本文标题:2020-10-14 vscode poswershell 无

      本文链接:https://www.haomeiwen.com/subject/xbzwpktx.html