找回密码
 立即注册
查看: 1328|回复: 1

npm install齐天大坑!!!gyp ERR! find VS msvs_version not set from command line

[复制链接]

340

主题

526

回帖

3516

积分

管理员

积分
3516
QQ
发表于 2023-8-28 23:03:22 | 显示全部楼层 |阅读模式
报错信息:, Z8 u+ L8 ~) u' L
```bash
6 i6 J, n$ R7 ?9 e2 ]' ]2 Jgyp ERR! find VS6 s% A1 U+ p- D; K3 @
gyp ERR! find VS msvs_version not set from command line or npm config
6 D) \) n: D! n8 E3 j& u2 |gyp ERR! find VS running in VS Command Prompt, installation path is:
( L- f, J3 \: `gyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017"
( h& }6 Z( B7 q; i2 a, Fgyp ERR! find VS - will only use this version* O/ J! f0 f! s! Q  l
gyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer
6 r( R; O6 m; V/ k$ ]) ~6 Dgyp ERR! find VS looking for Visual Studio 2015' Q6 L' w/ v5 a' F$ L
gyp ERR! find VS - not found$ `; C7 Z; l8 f
gyp ERR! find VS looking for Visual Studio 2013
! L) I  \/ g. C! `0 _gyp ERR! find VS - not found
+ g* p% ^& `$ Lgyp ERR! find VS, M, ^! e- e& v4 h
gyp ERR! find VS **************************************************************  G8 x' n8 o( c6 `
gyp ERR! find VS You need to install the latest version of Visual Studio
" i, }. |/ W0 A, o) d: jgyp ERR! find VS including the "Desktop development with C++" workload.7 p% l3 U& F8 p; y5 T8 v1 p
gyp ERR! find VS For more information consult the documentation at:) B+ k5 W( u- O2 C' {
gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows. v" s' s! D7 |0 u4 v
gyp ERR! find VS **************************************************************) n1 j5 H4 [0 F. Z' l  o  w& }
gyp ERR! find VS( ]; p7 h1 G) j" B  J" a
gyp ERR! configure error
& Z/ |# p$ {6 S5 k7 ]+ C4 k: Pgyp ERR! stack Error: Could not find any Visual Studio installation to use& K* a- P% B% J$ N- Z
gyp ERR! stack     at VisualStudioFinder.fail (D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstu
8 D2 u! q- J7 Xdio.js:121:47)
. z4 A1 M+ h* R7 T$ Vgyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:74:16
* g" u& v5 ~/ X* lgyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:372:16% H( G" ?* B: @9 ^3 q% F2 U
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:54:7, e" c% _: B7 ^0 D7 C& b/ l
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:33:16
+ {" W2 `( ]7 H( J1 \2 H6 g; rgyp ERR! stack     at ChildProcess.exithandler (child_process.js:310:5): `5 w( n, Y) W
gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
2 L; V- l# b0 p" U4 p# y# {/ N# rgyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)* W7 ~: Z3 W: j' f. ]
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
* E* r- @, f3 A9 Lgyp ERR! System Windows_NT 10.0.15063
, X2 E. O2 Y9 b) i( k$ ], [5 a" b4 @

7 H$ j, I3 O1 M* S1 {解决办法( @. |5 u$ ~7 ~
1、卸载nodejs重新安装一遍
9 `1 o' Z# _5 p  z  o# z
% o" M1 V) J( y% u8 y* D2、设置淘宝镜像 npm config set registry https://registry.npm.taobao.org
, R% y2 u0 g  n) \! n3 e7 W8 A/ O. E" [" k5 L
3、安装nodejs所需的环境(Visual Studio XX、python什么鬼的),执行这个命令会自动检测并帮你安装好,npm install --g --production windows-build-tools0 I( C+ G% `9 X0 t  Z, a
————————————————( p0 Z+ P' r+ h% E; ]
版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。: O: w% W' ^+ a
原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920
回复

使用道具 举报

340

主题

526

回帖

3516

积分

管理员

积分
3516
QQ
 楼主| 发表于 2023-8-28 23:03:39 | 显示全部楼层
4、关键所在!!!执行编译时指定python版本,npm install --python=python2.7
7 w: O! q/ C- o  p0 ~- O
- J1 ?* _! A7 y) p' p6 p由于我的电脑之前安装过python3版本,并且设置了环境变量,所以npm install会找我默认的python,所以执行时指定nodejs只支持的python2版本。
' A, F  g/ U5 g: e! R( F2 g# w9 T/ \" E
然后,神奇的事情到了,我把编译包modules删掉后重新编译(这次不指定python2版本直接npm install),居然奇迹般的又没有报错!!!想不通。。。难道npm会将上次编译成功的配置保存下来??算了不纠结了哭泣!5 A3 P4 ^+ H% ?3 }
————————————————
6 T9 \9 s6 H# `! O# [% q版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
; P5 O: u7 e. m* x6 o8 i原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|通达创业无忧 ( 粤ICP备2023021749号|粤公网安备 44030402006137号 )

GMT+8, 2026-1-16 08:55 , Processed in 0.014390 second(s), 2 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表