• cnpm : 无法加载文件 C:UsersadminAppDataRoaming pmcnpm.ps1,因为在此系统上禁止运行脚本。有关详细信息 hbuilderx


    在cmd中可以正常使用cnpm命令,在idea中也可以使用,到了hbuilderx无法使用,而是出现以下错误,hbuilderx版本2.9.3

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

    看了网上的方法,大概有两种:

    第一种:

    1、以管理员身份打开Windos PowerShell

    2、输入“ set-ExecutionPolicy RemoteSigned”回车

    3、根据提示,输入A或Y,回车

    4、再次执行cnpm -v,即可看到提示版本信息

    但在hbuilderx中,这样修改以后依然没有起作用,那就看第二种。

    第二种:

    修改hbuilderx的main.js文件,把所有的powershell都改成cmd,这样我们使用的命令都在cmd中执行。

    此外,也发现了为什么第一种修改了没有效果:我们看一下配置文件

     它这里判断了系统是否为32位,所以我们可以有几种改法:

    1、这里为win64,那么之前powershell就可以生效了

    2、修改powershell(x86),也是可行。

  • 相关阅读:
    CentOS 6.5、6.7 设置静态 ip 教程
    Nagios
    zabbix
    xml 的 <![CDATA["URL"]]>
    Don't make a promise when you are in Joy. Don't reply when you are Sad.Don't take decisions when you are Angry.Think Twice.Act Wise.
    DNS-2
    APM
    Time crumbles things; everything grows old under the power of Time and is forgotten through the lapse of Time
    CentOS 7 配置静态 ip
    AOP
  • 原文地址:https://www.cnblogs.com/tdyang/p/13869860.html
Copyright © 2020-2023  润新知