当前位置: 代码迷 >> 综合 >> gyp ERR! build error gyp ERR! stack Error: `C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.ex
  详细解决方案

gyp ERR! build error gyp ERR! stack Error: `C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.ex

热度:81   发布时间:2023-11-26 05:38:43.0

问题描述:

// 打包安装vue项目
npm install

报错:

解决方法:

1、使用“超级管理员”身份代开cmd窗口

2、升级gpy

npm install -g node-gpy

3、使用cnpm进行打包安装

cnpm install

注意:

如果没有安装cnpm,请使用:

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

安装完后记得将cnpm设置成环境变量

  相关解决方案