vscode 终端无法运行npm指令

错误信息:

npm : 无法加载文件,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID =135170 中的 about_Execution_Policies。
所在位置 行:1 字符: 1
+ npm install
+ ~~~
    + CategoryInfo          : SecurityError: (:) [],PSSecurityException
    + FullyQualifiedErrorId : UnauthorizedAccess

 

解决方法:

管理员模式打开Window PowerShell,输入指令:

set-ExecutionPolicy RemoteSigned

回车后输入a即可

vscode 终端无法运行npm指令

上一篇:数据仓库Hive


下一篇:jinja2.exceptions.TemplateNotFound 报错处理