在安装 windows-build-tools 时遇到失败的情况,可以尝试以下几个步骤来解决这个问题: 确认npm和Node.js是否正确安装并更新到最新版本 首先,确保你的Node.js和npm都是最新版本。可以通过以下命令来检查它们的版本: bash node -v npm -v 如果版本不是最新的,可以访问 Node.js官网 下载并安装最新版本。 检查网络...
原来是没有安装 .net 框架造成的,安装的时候你也提示到底缺什么啊,在网上下载对应的 .net 框架版本,安装完成以后再次执行 npm install --global --production windows-build-tools 直接就安装成功了
npm install -g windows-build-tools 2、问题:一直卡住安装这里 3、解决办法: 3.1、确保你已经执行过了 npm install -g windows-build-tools命令。 3.2、然后打开资源管理器(或者window+E),在路径处输入%temp% 3.3、在这个文件夹下,新建dd_client_.log 文件,输入: Closing installer. Return code:3010. 3.4、...
1 点击底部任务栏上的搜索图标,输入cmd。如图 2 右键命令提示符,选择以管理员身份运行。如图 3 在管理员命令提示符页面输入 cnpm install --global --production windows-build-tools 。如图 4 等待windows-build-tools 安装完成后就可以看到一行绿色的Successfully installed Python 2.7 提示,表示安装成功。如图...
在使用vue.js的过程中,我们经常遇到缺少python2.7和VS 2017等构建工具,在网络上查阅相关教程后,得知需要安装windows-build-tools工具,但在安装过程中很多人都遇到Windows PowerShell中卡到Successfully installed Python时不动的情况。 解决步骤 运行npm install -g windows-build-tools ...
安装windows-build-tools 时一直卡在 Python 2.7 is already installed, not installing again. 解决方法 前提条件:确保已安装 Python 2.7 并且已配置好环境变量 解决步骤 在资源管理器中粘贴 %temp% 打开Windows temp目录 创建一个名为 dd_client_.log 的文件 写入Closing installer. Return code: 3010. 然后...
。现在有个问题,就是npm安装windows-build-tools的时候,总是卡住。所有配置信息全都是跟着教程走的。没见问题啊? npm info run windows-build-tools@5.2.2 postinstall node_modules/windows-build-tools node ./dist/index.js [###] \ reify:resolve: info run windows-build-tools@5.2.2 postinstall node_...
I have tried to install windows-build-tools with yarn. It keep on installing but no response. D:>yarn global add node-gyp yarn global v1.13.0 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@1.2.7: The platform "win32...
C:\Windows\system32>npm install --global --production windows-build-tools windows-build-tools@0.4.1 postinstall C:\Users\Alexander\AppData\Roaming\npm\n ode_modules\windows-build-tools node ./lib/index.js ... and 1 more ... and 1 more Do...