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

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

[复制链接]

340

主题

525

回帖

3514

积分

管理员

积分
3514
QQ
发表于 2023-8-28 23:03:22 | 显示全部楼层 |阅读模式
报错信息:
) W6 b/ k- g3 }9 U6 w& q- l  U$ X
```bash
; E9 G4 H  x/ P8 i" V9 ngyp ERR! find VS
4 E# b3 n+ @) |& g/ m4 {$ _- qgyp ERR! find VS msvs_version not set from command line or npm config1 V1 S2 b( k& [1 j, T$ l
gyp ERR! find VS running in VS Command Prompt, installation path is:
; s6 L% u% w1 s5 e  O6 Sgyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017"% N  p5 C' K# b# b6 u& k7 K
gyp ERR! find VS - will only use this version
" d7 f4 T, i! v. G7 ygyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer
$ ~* G& Y3 f- Z. U) B5 ~gyp ERR! find VS looking for Visual Studio 2015
# j! @8 b4 z8 g. h4 y% B# U6 e% Vgyp ERR! find VS - not found3 U" x$ O5 u( k* v/ i$ @
gyp ERR! find VS looking for Visual Studio 20132 Z2 D& i$ K% e- i! Z6 F  d! M
gyp ERR! find VS - not found
  [1 Y# ~4 N: Z. Xgyp ERR! find VS
. E2 ]+ W$ V6 ^2 V( F' O9 k8 {; ugyp ERR! find VS **************************************************************  x, O0 G( |" A2 b
gyp ERR! find VS You need to install the latest version of Visual Studio- F( D% e* D/ G, l3 t
gyp ERR! find VS including the "Desktop development with C++" workload.
) E) g; \+ l' R" t" d3 r4 v0 R2 Fgyp ERR! find VS For more information consult the documentation at:. g# g* \  K' w+ ^% _7 q& R2 Q
gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
7 W" M3 L6 \1 R' v; Ugyp ERR! find VS **************************************************************
9 k" s* k4 M" G+ ogyp ERR! find VS
, P* W4 E* y; J2 Egyp ERR! configure error) J# p2 n/ c" ?9 q, x8 ^! |: F
gyp ERR! stack Error: Could not find any Visual Studio installation to use1 t9 ~7 _+ E& |; x& H
gyp ERR! stack     at VisualStudioFinder.fail (D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstu% O! T( {) w( F* r7 S% n
dio.js:121:47)( @- C! x: U" H( V0 z) T  A5 {* a
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:74:16- G5 Z2 Y4 |& I0 `8 p* L! Z
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:372:166 k: |: t5 Y7 U
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:54:71 p. d% \4 V2 u! a4 P
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:33:16
+ p+ Y5 }% W& R% I3 p) Qgyp ERR! stack     at ChildProcess.exithandler (child_process.js:310:5)
6 n3 s6 r* U$ e! q/ lgyp ERR! stack     at ChildProcess.emit (events.js:315:20)
( k% [- Y/ x$ T! m& m7 pgyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)8 j: I* M; g1 e- `9 b  \8 v
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)" ^- t8 I# ?* f( h. y, L- p
gyp ERR! System Windows_NT 10.0.15063

) |( s0 G% d" m7 ~8 e" S# f, P# ]" N9 v. f5 n4 n( f2 G' S) H) }# h
解决办法
! {4 T( p7 x* q1、卸载nodejs重新安装一遍1 ?$ o6 D1 ]. T! y4 K* Y
3 G7 h6 t" k( J! U
2、设置淘宝镜像 npm config set registry https://registry.npm.taobao.org
+ g: s. ^3 L$ z: a2 I8 D& [$ J7 T* J8 T) U6 e. E
3、安装nodejs所需的环境(Visual Studio XX、python什么鬼的),执行这个命令会自动检测并帮你安装好,npm install --g --production windows-build-tools. W- d6 W$ \  @; W
————————————————" G* ~5 N' a: z  ?& V$ a+ B
版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。' s; w( R7 `4 F& e
原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920
回复

使用道具 举报

340

主题

525

回帖

3514

积分

管理员

积分
3514
QQ
 楼主| 发表于 2023-8-28 23:03:39 | 显示全部楼层
4、关键所在!!!执行编译时指定python版本,npm install --python=python2.7" W* H9 H3 {5 K
# v: t, T! W, r: M. Q
由于我的电脑之前安装过python3版本,并且设置了环境变量,所以npm install会找我默认的python,所以执行时指定nodejs只支持的python2版本。+ O! _5 k0 k! ]4 R% d5 {
) T$ \& U4 k, P& H& j# v% p5 c
然后,神奇的事情到了,我把编译包modules删掉后重新编译(这次不指定python2版本直接npm install),居然奇迹般的又没有报错!!!想不通。。。难道npm会将上次编译成功的配置保存下来??算了不纠结了哭泣!
5 \( R4 m$ f  v& a. J; [————————————————
' p( e. T' h3 u( g6 O版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。( N' d  x2 y" ~6 G/ |, o
原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-1-15 09:06 , Processed in 0.016347 second(s), 2 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2026 Discuz! Team.

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