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

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

[复制链接]

335

主题

520

回帖

3419

积分

管理员

积分
3419
QQ
发表于 2023-8-28 23:03:22 | 显示全部楼层 |阅读模式
报错信息:
9 l) V# r9 F8 {$ Q( r" A
```bash
* |. L2 i1 U5 D9 R' k/ H1 c* Ngyp ERR! find VS) i7 j4 u0 l) H2 c3 y% N
gyp ERR! find VS msvs_version not set from command line or npm config+ }. l/ y- X3 |2 T
gyp ERR! find VS running in VS Command Prompt, installation path is:
# n# |$ o+ p. q. x7 jgyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017"
* U3 U( a" m2 y3 n* a4 B/ |) \, egyp ERR! find VS - will only use this version
7 l) x4 p+ s( p$ H4 Kgyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer
6 m2 W  \) a8 dgyp ERR! find VS looking for Visual Studio 2015
8 B8 g6 ^& G8 _+ l+ Y; Ugyp ERR! find VS - not found
6 K4 h+ t9 O6 W, b9 Vgyp ERR! find VS looking for Visual Studio 2013" Q! n! T) K4 I' V: A  z
gyp ERR! find VS - not found
1 d# L' M2 W: ?2 Z/ {7 @gyp ERR! find VS" G5 K0 o& k# R! o, G: L$ s
gyp ERR! find VS **************************************************************$ u( x8 @" ]' P" G: K5 }
gyp ERR! find VS You need to install the latest version of Visual Studio* X' o- }; ?3 X! }$ K! c
gyp ERR! find VS including the "Desktop development with C++" workload.
3 ^; U% x2 W2 y) S, d+ X4 ]gyp ERR! find VS For more information consult the documentation at:
& K5 ^9 @" l; ]; A3 X4 h' Y4 jgyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
0 z% J# I+ N, `: m, `+ ugyp ERR! find VS **************************************************************
' p5 c# K" X, h$ q/ agyp ERR! find VS
, i7 N- D8 q: fgyp ERR! configure error( I$ `' z# L) N- Z, _- }6 H
gyp ERR! stack Error: Could not find any Visual Studio installation to use
& z/ ~% \! m+ c) ~" R" W% ogyp ERR! stack     at VisualStudioFinder.fail (D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstu
3 _/ `( L( B4 ^! t* _% H# z0 R& Adio.js:121:47)( F7 H% b7 P" r7 l2 n' O
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:74:16+ Z3 \& K( g/ U4 h
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:372:16# t4 V% D# m3 X% ^3 W
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:54:78 a1 U8 ?  b2 J6 J% E4 `
gyp ERR! stack     at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:33:164 `" U3 ]1 D9 d8 w, k
gyp ERR! stack     at ChildProcess.exithandler (child_process.js:310:5)
- ~( ?- q; Z) Y: I2 x- agyp ERR! stack     at ChildProcess.emit (events.js:315:20)
$ `  N& b+ \8 n5 m6 o+ [8 w- e! Tgyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
5 t; k: u3 ?9 q& {gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
' h1 E, m0 p6 ?  t2 |2 k# _1 Igyp ERR! System Windows_NT 10.0.15063

0 ?! X6 ~7 B4 s: z) F
: u, @) O; l0 h解决办法
) M4 M5 p3 p* T2 W1、卸载nodejs重新安装一遍( U7 N3 r: A7 ?) W
4 l3 [! z9 f$ r! N, W7 _6 \
2、设置淘宝镜像 npm config set registry https://registry.npm.taobao.org  P- {3 }* r  q& E2 a1 M( S( Z
: D& w! @" c# K
3、安装nodejs所需的环境(Visual Studio XX、python什么鬼的),执行这个命令会自动检测并帮你安装好,npm install --g --production windows-build-tools$ B9 _( Z# E* @% O1 l
————————————————
- p2 N3 A1 _. u$ @; L版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。( V& e! T- m& _
原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920
回复

使用道具 举报

335

主题

520

回帖

3419

积分

管理员

积分
3419
QQ
 楼主| 发表于 2023-8-28 23:03:39 | 显示全部楼层
4、关键所在!!!执行编译时指定python版本,npm install --python=python2.7+ h  e, M7 H% G+ D  Q1 N$ Y
& Q5 _. V( u5 N/ X4 c) `" s( ^3 T
由于我的电脑之前安装过python3版本,并且设置了环境变量,所以npm install会找我默认的python,所以执行时指定nodejs只支持的python2版本。
, D, V% ?9 E) ~% B/ g8 \3 Y* W3 @1 M- Z' ~- r& [
然后,神奇的事情到了,我把编译包modules删掉后重新编译(这次不指定python2版本直接npm install),居然奇迹般的又没有报错!!!想不通。。。难道npm会将上次编译成功的配置保存下来??算了不纠结了哭泣!
6 l% W& V) W; U! a6 c- s————————————————
% N% M/ Q  W- B- g) E" z5 @版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。. {, y3 Y$ \0 L
原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-12-11 18:50 , Processed in 0.068072 second(s), 3 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

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