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

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

[复制链接]

347

主题

565

回帖

3689

积分

管理员

积分
3689
QQ
发表于 2023-8-28 23:03:22 | 显示全部楼层 |阅读模式
报错信息:
: Y. @, [6 _/ {/ U2 C0 k
```bash; k; `7 G" a/ L9 W& s  A
gyp ERR! find VS
( E) a  k: ?7 B$ T' g9 o( Bgyp ERR! find VS msvs_version not set from command line or npm config- q- A! X" f7 J" C: o
gyp ERR! find VS running in VS Command Prompt, installation path is:
# R! v! M0 w# P& t. P& e9 agyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017"4 ?5 H1 K% O! e9 l
gyp ERR! find VS - will only use this version5 n( X/ o" z/ n! q0 G8 S
gyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer
/ k8 Q/ M- P/ }, [" pgyp ERR! find VS looking for Visual Studio 2015
# m2 I- i6 S! {0 P- k$ igyp ERR! find VS - not found
" l- J) [1 V, qgyp ERR! find VS looking for Visual Studio 2013
9 \& S" p1 w/ l$ f5 f6 Ogyp ERR! find VS - not found- C  {2 j! M% K6 A, E
gyp ERR! find VS3 t; @4 C9 z8 R3 n- }0 w* @
gyp ERR! find VS **************************************************************
* E" v4 @) ~1 y5 V8 T+ pgyp ERR! find VS You need to install the latest version of Visual Studio/ H! R1 \* q6 g& t' |' x. T
gyp ERR! find VS including the "Desktop development with C++" workload.
0 j$ K; Q: Q( Tgyp ERR! find VS For more information consult the documentation at:) m; z# z7 T  g3 Y* @* _# y) y: J& {
gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
3 i: V& |& G+ G. f7 N: S" Qgyp ERR! find VS **************************************************************% c3 i/ x4 |  G. \+ ?* q' p
gyp ERR! find VS
  k; J9 B5 ~& l; Q7 C6 t1 Y9 B9 Kgyp ERR! configure error
& m& ]) y! n, J/ a% D- I& Kgyp ERR! stack Error: Could not find any Visual Studio installation to use
2 A# K+ c6 p1 R: s( k8 j# H0 E) Igyp ERR! stack     at VisualStudioFinder.fail (D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstu
' L% e8 i2 ?4 p& @2 Idio.js:121:47)
0 o: n8 k9 ^. V! p* igyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:74:16
/ P' H; ^5 ?7 i( c) z& K* \gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:372:16
" _# }  o0 S' l) |gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:54:73 _% [0 e  R; Z) D" K* D& s
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:33:163 D- w; {4 ~0 l5 J2 Y. i
gyp ERR! stack     at ChildProcess.exithandler (child_process.js:310:5)! E" m4 H% H+ [
gyp ERR! stack     at ChildProcess.emit (events.js:315:20)9 c) _* E. w" f' a2 J1 c1 h! s- N
gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
- s& M2 k! K# }* j* j$ F! ygyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5); W8 ]0 y+ S3 U3 j5 n
gyp ERR! System Windows_NT 10.0.15063
, N( Q, \% w5 C1 n
8 K, t& x1 x, \# S, C; t5 \
解决办法0 X: D8 O$ `$ S, M8 @9 A! e7 f
1、卸载nodejs重新安装一遍
7 i) K/ g; T; N
' k& D; u3 Q: Y; {" }2、设置淘宝镜像 npm config set registry https://registry.npm.taobao.org1 {; K' p" L) T+ z  F

- M% {8 `2 S8 ?# E! O7 W9 R3、安装nodejs所需的环境(Visual Studio XX、python什么鬼的),执行这个命令会自动检测并帮你安装好,npm install --g --production windows-build-tools' [  h) u9 q2 J8 V+ r  t4 i0 X7 i
————————————————
* r. E! q9 i5 B; d' h版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。8 ^& r$ Z2 i( r9 v  \
原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920
回复

使用道具 举报

347

主题

565

回帖

3689

积分

管理员

积分
3689
QQ
 楼主| 发表于 2023-8-28 23:03:39 | 显示全部楼层
4、关键所在!!!执行编译时指定python版本,npm install --python=python2.7
4 l: S. Q) i( [' c- S3 d8 R3 ^0 q' H0 j' B+ z; K
由于我的电脑之前安装过python3版本,并且设置了环境变量,所以npm install会找我默认的python,所以执行时指定nodejs只支持的python2版本。
& ]# z9 ^; N. E& V' K
! B9 v0 A0 R5 m% \然后,神奇的事情到了,我把编译包modules删掉后重新编译(这次不指定python2版本直接npm install),居然奇迹般的又没有报错!!!想不通。。。难道npm会将上次编译成功的配置保存下来??算了不纠结了哭泣!" o/ f0 X) T5 s0 Q# q
————————————————
7 j2 b! Y; F! X, y# `1 i版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。: h5 p5 w% Z7 k9 E3 e
原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-2-24 06:46 , Processed in 0.012967 second(s), 3 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2026 Discuz! Team.

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