美文网首页
前段问题汇总

前段问题汇总

作者: 帝王弦 | 来源:发表于2020-01-07 13:12 被阅读0次

    将npm源地址改为淘宝源

    npm config set registry https://registry.npm.taobao.org

    安装cnpm

    npm install -g cnpm --registry=https://registry.npm.taobao.org

    cnpm终端运行报错(cnpm.ps1)

    任意文件夹位置,按住shift+鼠标右键,打开Powershell,输入下面代码:
    set-ExecutionPolicy RemoteSigned

    相关文章

      网友评论

          本文标题:前段问题汇总

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