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

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

[复制链接]

335

主题

520

回帖

3429

积分

管理员

积分
3429
QQ
发表于 2023-8-28 23:03:22 | 显示全部楼层 |阅读模式
报错信息:1 N0 j  |& t. h8 v3 E0 K1 C$ m
```bash) C& t& ]- H' z7 _6 f5 t3 C
gyp ERR! find VS
6 f$ K* L2 _: F. Vgyp ERR! find VS msvs_version not set from command line or npm config* p6 B1 o) X7 g$ d6 F  @9 B( i3 |! w
gyp ERR! find VS running in VS Command Prompt, installation path is:3 t' W$ k7 q5 I5 K: B. H4 w
gyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017"$ ?& ~1 w% q# ?1 x& {
gyp ERR! find VS - will only use this version& T1 L* a9 w- {* `: R/ k5 B
gyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer. p1 |8 x8 d" p; r' k6 H
gyp ERR! find VS looking for Visual Studio 2015
1 k7 t3 Z: ]3 k0 ^+ s' y; |7 |% {gyp ERR! find VS - not found6 A" z# t* H, u, J9 p
gyp ERR! find VS looking for Visual Studio 2013
" `0 K8 t- x  ]! zgyp ERR! find VS - not found- S: l3 P8 j7 a2 }
gyp ERR! find VS8 Q5 c: c( W& ?7 T0 P
gyp ERR! find VS **************************************************************
) g8 l. K" W# A& u7 g- _5 g# a2 O" ]gyp ERR! find VS You need to install the latest version of Visual Studio
/ e8 ?4 G% B+ N) {: p0 B- [gyp ERR! find VS including the "Desktop development with C++" workload.
" S4 `. O# U2 i* Q% t8 B) Wgyp ERR! find VS For more information consult the documentation at:
2 p) _5 v0 u" ?: Jgyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows3 k! v2 X* k+ I/ t' c
gyp ERR! find VS **************************************************************5 O" ^3 X. c. ^/ j. I% y6 @# m* u
gyp ERR! find VS; C- j' ^2 Q5 A( M0 M% f1 x! O
gyp ERR! configure error+ n" g( Z% Z4 m3 Z
gyp ERR! stack Error: Could not find any Visual Studio installation to use2 j0 ~- U% @- ^$ v6 [6 I  R
gyp ERR! stack     at VisualStudioFinder.fail (D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstu5 q& u3 R* t! T0 ^0 W/ Q0 z
dio.js:121:47)
& T. a" k2 ^& x- S$ ~$ g& h, |) S* w& Zgyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:74:16
, N1 Y8 B+ A. J  ]gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:372:16
* I2 x3 |) u( b2 U; E2 wgyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:54:7
" m% a4 e& x2 Pgyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:33:16; T! j3 \/ u5 R7 b) v1 W
gyp ERR! stack     at ChildProcess.exithandler (child_process.js:310:5)
- o! E3 E+ t$ }4 b/ b# mgyp ERR! stack     at ChildProcess.emit (events.js:315:20)
# z( j+ I3 ?; `5 {gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
  v# t* R3 O$ @+ q+ igyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
7 \6 b4 b1 A* ~9 M6 |) T: O' Vgyp ERR! System Windows_NT 10.0.15063
( l& I. |! c5 G+ X4 n# m- [

0 q3 n/ ^1 x3 D9 E; M$ e5 d解决办法+ ^; N! @  U8 r3 e& T: E
1、卸载nodejs重新安装一遍
  @  p) k' l6 o( o
  C+ I; ~$ m: V" y2、设置淘宝镜像 npm config set registry https://registry.npm.taobao.org
/ y4 D" d7 R) w  D* R2 s3 @
  t) K1 A! [- K7 K* j# D# n3、安装nodejs所需的环境(Visual Studio XX、python什么鬼的),执行这个命令会自动检测并帮你安装好,npm install --g --production windows-build-tools  _. ?# j: @  W8 v* K
————————————————9 R4 W( C( f6 M% L
版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。8 U, O* `4 M9 D) A1 d  ?' P
原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920
回复

使用道具 举报

335

主题

520

回帖

3429

积分

管理员

积分
3429
QQ
 楼主| 发表于 2023-8-28 23:03:39 | 显示全部楼层
4、关键所在!!!执行编译时指定python版本,npm install --python=python2.7
4 N: y$ G! x7 b
# h/ t* z0 ?+ y) J) n; [由于我的电脑之前安装过python3版本,并且设置了环境变量,所以npm install会找我默认的python,所以执行时指定nodejs只支持的python2版本。
2 Y4 F$ B' [% k6 f) s
2 C* g9 }: j# C* s然后,神奇的事情到了,我把编译包modules删掉后重新编译(这次不指定python2版本直接npm install),居然奇迹般的又没有报错!!!想不通。。。难道npm会将上次编译成功的配置保存下来??算了不纠结了哭泣!
$ N  }+ L5 ?$ Y, u2 t0 ]4 G————————————————+ c+ d# V1 W  e8 I% X% d6 {; q
版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。% w- k. Z! N: S& }& J9 Z; y
原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-12-14 07:10 , Processed in 0.068105 second(s), 4 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

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