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

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

[复制链接]

338

主题

520

回帖

3456

积分

管理员

积分
3456
QQ
发表于 2023-8-28 23:03:22 | 显示全部楼层 |阅读模式
报错信息:
  K4 l: J- m6 [# Z4 A. K7 y) e
```bash6 T1 N8 i# h% j
gyp ERR! find VS2 i5 C. o5 {) |' |8 J
gyp ERR! find VS msvs_version not set from command line or npm config
7 G& W: x% M2 _: wgyp ERR! find VS running in VS Command Prompt, installation path is:( |; \8 E6 G: F; x% x8 d2 H
gyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017"7 P% r( W. t4 q
gyp ERR! find VS - will only use this version
, p) j: G( a. h+ z: pgyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer
9 d9 h& n3 b3 H; I+ J6 S5 Hgyp ERR! find VS looking for Visual Studio 2015
+ S2 Z0 E* Z; v: O: E& ]: V- qgyp ERR! find VS - not found
2 I& U1 {; X" H! F- |$ }! @gyp ERR! find VS looking for Visual Studio 2013
3 w+ z& \% X* S: u' q' }gyp ERR! find VS - not found* D1 l& I' `$ D
gyp ERR! find VS
  n' U8 P- ]: |  K6 C2 Q% mgyp ERR! find VS **************************************************************& m  }8 ?( e8 @8 V0 |
gyp ERR! find VS You need to install the latest version of Visual Studio
: H+ g3 ]* Z5 a1 jgyp ERR! find VS including the "Desktop development with C++" workload.
; e. P  L# ^# d- |# Hgyp ERR! find VS For more information consult the documentation at:! f) C6 Y4 Z; L1 `8 v
gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
* [+ _( y* s7 K7 P1 Mgyp ERR! find VS **************************************************************
6 K- C1 o# G& m, U8 mgyp ERR! find VS* ^0 K0 [2 E+ O( ?1 r8 R
gyp ERR! configure error
, ?! O2 [( @& ?gyp ERR! stack Error: Could not find any Visual Studio installation to use
& \( p4 D2 z+ R. s! i5 _gyp ERR! stack     at VisualStudioFinder.fail (D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstu
' M. k/ U6 z; `$ xdio.js:121:47)) f( j  x1 T7 C, |: _* q7 ?
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:74:16
) k- a( a. R4 y% x4 Xgyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:372:16
. w* E, p! H& q* j8 qgyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:54:75 i" N. G( B8 a! d8 b  ]5 Y
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:33:16
8 L) D$ H- c3 }; z; \& Jgyp ERR! stack     at ChildProcess.exithandler (child_process.js:310:5)2 _& y- p! v6 f- e
gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
% p. [( }! d' n7 I' k3 Sgyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)) B5 x' v+ N: b9 e% z
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5). g  k5 q. U% z
gyp ERR! System Windows_NT 10.0.15063
5 R7 W, s! {  G5 u5 F  i
* j) F8 F) @8 V- w5 t6 _$ h
解决办法# |' k& W' r7 T( r' x# y" t! s- ?
1、卸载nodejs重新安装一遍
6 Q! }' u- n' j# z% }/ f# \
9 l8 y3 O" Y9 T9 ~% N, Q& F2、设置淘宝镜像 npm config set registry https://registry.npm.taobao.org
4 t: A! \3 S0 x7 g
& H) {/ R' ~9 I, D& Q1 q$ C! O3 }9 w& f3、安装nodejs所需的环境(Visual Studio XX、python什么鬼的),执行这个命令会自动检测并帮你安装好,npm install --g --production windows-build-tools
# _" [0 v/ n8 s, E% k' _————————————————) Y% v+ b2 l/ F" i% _) `# ]: C
版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
0 S) j, G5 S! I) V原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920
回复

使用道具 举报

338

主题

520

回帖

3456

积分

管理员

积分
3456
QQ
 楼主| 发表于 2023-8-28 23:03:39 | 显示全部楼层
4、关键所在!!!执行编译时指定python版本,npm install --python=python2.7
# u; u/ `! {: |' s. C9 b6 X
& Z: a* G- v0 M: P! v3 T由于我的电脑之前安装过python3版本,并且设置了环境变量,所以npm install会找我默认的python,所以执行时指定nodejs只支持的python2版本。7 Y! D" [) P0 R# r' g. A' s
) A6 w: w( b4 E1 h; j
然后,神奇的事情到了,我把编译包modules删掉后重新编译(这次不指定python2版本直接npm install),居然奇迹般的又没有报错!!!想不通。。。难道npm会将上次编译成功的配置保存下来??算了不纠结了哭泣!
- P, `: ^, u1 ?; o" g% n. Q————————————————1 k1 g4 C+ B% }& e0 z0 G
版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。  C3 r: q8 t6 y- ?
原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-12-28 08:56 , Processed in 0.020360 second(s), 4 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

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