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

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

[复制链接]

334

主题

517

回帖

3394

积分

管理员

积分
3394
QQ
发表于 2023-8-28 23:03:22 | 显示全部楼层 |阅读模式
报错信息:" R3 ^; G" O2 @/ P/ h) R
```bash. Z% u% g, H: L' e' [
gyp ERR! find VS
+ s. J$ l* E% a( i" ?3 h) Igyp ERR! find VS msvs_version not set from command line or npm config/ h" X5 b' P) z! |
gyp ERR! find VS running in VS Command Prompt, installation path is:" S: g: R$ J2 O6 p. M
gyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017"' N( K5 @8 r& T+ I/ Z' P" @
gyp ERR! find VS - will only use this version
/ G8 o% h4 c/ z5 U/ H* dgyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer' W( l! H1 Z' d  T4 o- j2 h- f4 k
gyp ERR! find VS looking for Visual Studio 2015
! H' E! H6 O/ G; {! M$ H7 ~7 [8 }gyp ERR! find VS - not found$ I9 H# \  G' ]$ H$ V2 \
gyp ERR! find VS looking for Visual Studio 20133 ]# g1 @6 c# N( H" K
gyp ERR! find VS - not found
9 P4 h* {; x) w5 h# qgyp ERR! find VS5 L% N! \, N7 x" @' S" Y% Y
gyp ERR! find VS **************************************************************
" c: j1 ?) B! G9 Igyp ERR! find VS You need to install the latest version of Visual Studio
: r2 i5 k% c# Tgyp ERR! find VS including the "Desktop development with C++" workload.2 Y, J0 t3 M+ _! G- y5 f) X, `1 Q
gyp ERR! find VS For more information consult the documentation at:$ Q4 F+ C: h4 H3 V1 K9 L- h# E# G
gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows+ ?5 Q& X+ _/ c: H) ^
gyp ERR! find VS **************************************************************, a5 c, L5 g6 |1 }+ `/ K! a
gyp ERR! find VS
* r3 _4 s6 g: w# S4 z* q6 i0 Egyp ERR! configure error
; J; f% H/ z, Z) I% ugyp ERR! stack Error: Could not find any Visual Studio installation to use
- w; P9 @, m/ _" i9 [* h8 D) ugyp ERR! stack     at VisualStudioFinder.fail (D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstu2 U) k/ r, r: y* J* R1 D! H/ L
dio.js:121:47)/ S3 n# [3 N& P5 T7 u
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:74:16! V, Z( \( v2 E- Q* \' S& |2 W
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:372:16
1 T' ^2 x5 u$ x% B' igyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:54:7
% A$ q- p6 d$ C( ?5 Ngyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:33:16
; o. E9 M# w4 i( q" j; B7 _gyp ERR! stack     at ChildProcess.exithandler (child_process.js:310:5)
* t- M* p; r1 v9 Q" ?gyp ERR! stack     at ChildProcess.emit (events.js:315:20)8 P7 F% z2 Y( s( o: n$ k8 q: ~
gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16). p* y1 w( L+ n6 ^* l! W% H
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)4 O# z3 _. W2 U
gyp ERR! System Windows_NT 10.0.15063

) S4 z: W$ L1 G# v' Q( U$ U4 O: F0 n7 j
解决办法5 O2 u$ o, I" A3 L( N/ u4 G
1、卸载nodejs重新安装一遍
. q3 A6 T; Q% K' }$ z" ~9 a
+ j# G4 f/ |6 j  g2、设置淘宝镜像 npm config set registry https://registry.npm.taobao.org
' l9 l5 A" F) N
' ~2 ?6 K: \6 r) k& ]$ X' D+ B3、安装nodejs所需的环境(Visual Studio XX、python什么鬼的),执行这个命令会自动检测并帮你安装好,npm install --g --production windows-build-tools
% C' C" a. G' a4 l1 R2 d1 f+ i————————————————' X0 ]% c$ @, B  e+ t
版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
$ k# ]# `! O- Q6 C* q原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920
回复

使用道具 举报

334

主题

517

回帖

3394

积分

管理员

积分
3394
QQ
 楼主| 发表于 2023-8-28 23:03:39 | 显示全部楼层
4、关键所在!!!执行编译时指定python版本,npm install --python=python2.78 _1 X/ [( A; a9 O/ v) C

6 d: M1 w: z$ n/ c8 |* l由于我的电脑之前安装过python3版本,并且设置了环境变量,所以npm install会找我默认的python,所以执行时指定nodejs只支持的python2版本。7 L% l4 u' N/ Y. f& A
/ |1 |( g; J" h9 T5 a' }
然后,神奇的事情到了,我把编译包modules删掉后重新编译(这次不指定python2版本直接npm install),居然奇迹般的又没有报错!!!想不通。。。难道npm会将上次编译成功的配置保存下来??算了不纠结了哭泣!
7 J, o  t# W& S! _$ W5 `3 e) L0 T# ~————————————————
6 t5 X8 G6 n5 }, c3 M; z, ^; _版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
9 l8 r3 {0 Q' I- ^2 H原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-30 00:43 , Processed in 0.126695 second(s), 3 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

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