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

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

[复制链接]

338

主题

521

回帖

3472

积分

管理员

积分
3472
QQ
发表于 2023-8-28 23:03:22 | 显示全部楼层 |阅读模式
报错信息:6 N5 Y( x  R) \( z' a
```bash! M; ^! `( ^7 ?& D5 A
gyp ERR! find VS  K9 h$ ?1 B3 X! _- L
gyp ERR! find VS msvs_version not set from command line or npm config" l( ~6 h3 }. P& _) n/ g
gyp ERR! find VS running in VS Command Prompt, installation path is:' {% @5 ?3 Q4 o: H
gyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017". _4 d2 o# a( J/ P
gyp ERR! find VS - will only use this version! L/ V4 E$ {9 p( B# T# C/ i
gyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer
9 m+ Q' j: l$ _4 W* P; xgyp ERR! find VS looking for Visual Studio 2015; F! Q4 a  R5 f% ^! z$ A
gyp ERR! find VS - not found; ]9 p" G3 w8 a7 h+ n
gyp ERR! find VS looking for Visual Studio 2013
+ ]4 P3 S& `' U4 u- s7 Lgyp ERR! find VS - not found
4 A6 S( r+ N: r; o: p& z& m( V+ Rgyp ERR! find VS# r; n3 H6 D, Y- K, a6 u! [$ H
gyp ERR! find VS **************************************************************4 c1 e0 }+ _3 |- G' g+ @
gyp ERR! find VS You need to install the latest version of Visual Studio1 {- v/ f. R. z: Y1 ]
gyp ERR! find VS including the "Desktop development with C++" workload.
  t) z; Y* \9 x6 dgyp ERR! find VS For more information consult the documentation at:
9 y- M  f$ h( Ugyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
) R& u3 c9 c8 }' X9 @% Hgyp ERR! find VS **************************************************************
! N0 F, s" O3 K/ m( d& I- igyp ERR! find VS
1 D+ @1 V, N. _4 f5 i+ d9 bgyp ERR! configure error
$ r+ D8 Z7 @8 G7 n/ Pgyp ERR! stack Error: Could not find any Visual Studio installation to use  [+ k1 @" X) S
gyp ERR! stack     at VisualStudioFinder.fail (D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstu
/ ?" j9 c6 `5 W- g2 Ndio.js:121:47)! }' r5 t$ `) ]" W. D+ \
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:74:16
4 N) ?" ^) [; L: e7 zgyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:372:16
) ~3 s" l: ^, U- cgyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:54:7  V1 I& F1 h6 K; \: i
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:33:161 n! a5 R1 m: S, S
gyp ERR! stack     at ChildProcess.exithandler (child_process.js:310:5)/ |  F: A) x' K+ A. A; H
gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
4 G- A+ k1 h! G1 q* F( N6 {gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16); q* z8 o5 _- \8 t+ k" U1 I
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)1 o0 r8 t* s2 d$ s$ @
gyp ERR! System Windows_NT 10.0.15063
) ~' |1 Z9 @" S) _' Q+ z$ K
3 C5 N5 d+ s8 {5 C& m1 i6 e
解决办法
. y, G) }; r! _# {5 h7 Z& U1、卸载nodejs重新安装一遍
- I) E- |1 S+ J- O9 R" k% {& A& J( R
2 c) ^: O  t+ p7 Z2、设置淘宝镜像 npm config set registry https://registry.npm.taobao.org
% G# V3 O- u. A1 ?7 d' d
4 H* O  X( i4 Z6 H! Z3、安装nodejs所需的环境(Visual Studio XX、python什么鬼的),执行这个命令会自动检测并帮你安装好,npm install --g --production windows-build-tools
& {" s6 ]. D9 j( o& P1 ?/ {4 x" P————————————————
$ w; t5 N: M# s/ ?+ Z% h+ u" e版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
" O/ V( |2 V; D原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920
回复

使用道具 举报

338

主题

521

回帖

3472

积分

管理员

积分
3472
QQ
 楼主| 发表于 2023-8-28 23:03:39 | 显示全部楼层
4、关键所在!!!执行编译时指定python版本,npm install --python=python2.7
8 G7 b2 z1 a, x& R  L
+ @- ~9 K" \9 F4 a* U, s8 }  C由于我的电脑之前安装过python3版本,并且设置了环境变量,所以npm install会找我默认的python,所以执行时指定nodejs只支持的python2版本。
& d: r- I# z% a9 @, E( h  {- V; j  c+ o% e
然后,神奇的事情到了,我把编译包modules删掉后重新编译(这次不指定python2版本直接npm install),居然奇迹般的又没有报错!!!想不通。。。难道npm会将上次编译成功的配置保存下来??算了不纠结了哭泣!. M5 C& F, A9 a+ b8 ^
————————————————2 g, a1 P  t' o6 o; z
版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。9 `% [1 b( w4 n; t  B/ ]6 ^
原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-1-7 05:30 , Processed in 0.011922 second(s), 3 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2026 Discuz! Team.

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