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

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

[复制链接]

340

主题

529

回帖

3528

积分

管理员

积分
3528
QQ
发表于 2023-8-28 23:03:22 | 显示全部楼层 |阅读模式
报错信息:, Z# ]8 G0 u5 n9 d
```bash+ B7 o* L. _" M* B
gyp ERR! find VS
! W" b, z/ E. @  E+ e( v. [8 A9 ]gyp ERR! find VS msvs_version not set from command line or npm config! W4 O, ?+ |1 D4 X+ Z
gyp ERR! find VS running in VS Command Prompt, installation path is:
- }# S# i; ]4 E1 ?1 f# xgyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017"- G/ m# K; x5 g; u  C) c
gyp ERR! find VS - will only use this version
/ e4 n- j- W) ?. c. Jgyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer5 u5 P1 R7 j3 ?. \
gyp ERR! find VS looking for Visual Studio 20151 n0 s7 W: z! v( x# K! I; u
gyp ERR! find VS - not found" p6 `  N  [! E2 M! m; v
gyp ERR! find VS looking for Visual Studio 2013
+ @8 l5 @% ^5 ~# Ygyp ERR! find VS - not found5 P8 ?$ v2 D5 `
gyp ERR! find VS
: P$ ]# h! K  y' e& jgyp ERR! find VS **************************************************************) g, q, s3 k3 U' l% p( O% e
gyp ERR! find VS You need to install the latest version of Visual Studio0 j8 g. M/ a6 H
gyp ERR! find VS including the "Desktop development with C++" workload.
0 X7 o/ r( s3 w2 x4 cgyp ERR! find VS For more information consult the documentation at:0 t* k+ \# R3 Q3 X- g. U( u% e
gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows2 Q: L- C3 K1 n: q- S
gyp ERR! find VS **************************************************************/ r& Y  E+ f( h- [! c& [
gyp ERR! find VS  t5 @% ]! K- W! s2 e. z
gyp ERR! configure error/ c: m9 N3 j" N5 B/ p2 k
gyp ERR! stack Error: Could not find any Visual Studio installation to use" d% A5 ]4 o3 U$ U" }6 H2 b
gyp ERR! stack     at VisualStudioFinder.fail (D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstu0 r( U! R3 y9 ]
dio.js:121:47)* Y7 u/ q3 |4 S) t# F' e
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:74:16/ R: d9 t/ ~- o# s: j3 ~
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:372:16
3 f  A. ^) U6 o1 G' n) x2 u; W* Q0 Rgyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:54:70 W% x1 x; Z7 Q6 d6 y% Z/ ]
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:33:16. i3 n7 g# J$ g( O
gyp ERR! stack     at ChildProcess.exithandler (child_process.js:310:5)0 u+ J9 u1 q) T% U( j3 M; I
gyp ERR! stack     at ChildProcess.emit (events.js:315:20)' E# y$ w. I, i: \4 B& b
gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
3 R2 s% ^2 o* N, X$ u& |( w; zgyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)$ ?! l2 q% A) R: f2 {' Z# {
gyp ERR! System Windows_NT 10.0.15063
2 D6 V- h  \* P! N, }

* C: k5 N9 T- W9 X解决办法' l5 @: ?3 r0 m5 ]
1、卸载nodejs重新安装一遍$ A% O' h. M0 a  L9 f

0 U# w, }& b5 P% T/ `8 J: d, K2、设置淘宝镜像 npm config set registry https://registry.npm.taobao.org
+ K6 `* r2 G) m/ @
9 s& {4 j' t: U9 z' J3 R  E4 n& p3、安装nodejs所需的环境(Visual Studio XX、python什么鬼的),执行这个命令会自动检测并帮你安装好,npm install --g --production windows-build-tools. l' M' @- x9 J# o$ q
————————————————
) H+ K) M9 C& U, |3 J1 W6 m2 s版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。2 t6 D- g" X* D$ f* z
原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920
回复

使用道具 举报

340

主题

529

回帖

3528

积分

管理员

积分
3528
QQ
 楼主| 发表于 2023-8-28 23:03:39 | 显示全部楼层
4、关键所在!!!执行编译时指定python版本,npm install --python=python2.7
* g  f: i. e' [5 w! F' K; v6 J; y! u7 o& S
由于我的电脑之前安装过python3版本,并且设置了环境变量,所以npm install会找我默认的python,所以执行时指定nodejs只支持的python2版本。
$ x$ v3 D8 v! k" d$ l% W! x
9 H8 h4 x" [, b3 a然后,神奇的事情到了,我把编译包modules删掉后重新编译(这次不指定python2版本直接npm install),居然奇迹般的又没有报错!!!想不通。。。难道npm会将上次编译成功的配置保存下来??算了不纠结了哭泣!
# ?5 w; D. l0 O" ]$ ]# X8 h————————————————" E% b5 J. Z& u1 s& i& {
版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。  g9 ^$ [) h7 L% T/ T4 ~. b( y
原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-1-19 08:22 , Processed in 0.022021 second(s), 3 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2026 Discuz! Team.

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