|
|
报错信息:! F, Z) u, B" |- f: u
```bash
1 q. G# o! C% S; b- V- [" Egyp ERR! find VS1 Q, h8 N1 F: {
gyp ERR! find VS msvs_version not set from command line or npm config
" S4 g% z% h/ |- P( N' cgyp ERR! find VS running in VS Command Prompt, installation path is:+ U. a5 f" u) n. X1 t
gyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017": v L; d+ H) [8 c S: c) S
gyp ERR! find VS - will only use this version
' a$ I) d- k) s5 v& pgyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer
# |" I$ m, o B7 {. n M; fgyp ERR! find VS looking for Visual Studio 2015" z& y9 h0 C6 t6 v1 G' m
gyp ERR! find VS - not found
: M" G3 s5 a' d; m3 d/ Jgyp ERR! find VS looking for Visual Studio 2013' o6 c3 {' ~, `0 g& t3 b
gyp ERR! find VS - not found2 `( @ v6 r) h9 x
gyp ERR! find VS3 w6 a# X6 k3 z9 E* q( r
gyp ERR! find VS **************************************************************% g4 y( ?! t0 ?
gyp ERR! find VS You need to install the latest version of Visual Studio! `4 q i" l% D. w( g- y
gyp ERR! find VS including the "Desktop development with C++" workload.
" a+ Y# W, p1 y8 xgyp ERR! find VS For more information consult the documentation at:1 b' C1 {) _5 |- w
gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows6 o# W" W, Q; M8 _
gyp ERR! find VS **************************************************************
' R4 \9 O/ M' G, Kgyp ERR! find VS: J; {1 g2 B) m9 V9 J' M. I
gyp ERR! configure error& v! |; z, T: ^) o/ _7 }( S5 k% N
gyp ERR! stack Error: Could not find any Visual Studio installation to use) Y' p0 L+ g" i: e1 W8 \) P
gyp ERR! stack at VisualStudioFinder.fail (D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstu
& c+ u$ |; D; w# k4 a% B0 e; T5 Tdio.js:121:47)
5 ]8 K7 M5 j! d' Cgyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:74:16
3 B" v& ?9 D: Q( Ugyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:372:166 r$ L j3 l2 G m2 N' M
gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:54:7
3 O" P/ x+ B I' y( E9 t. Rgyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:33:16
1 C, R" [( }$ S" J6 A M: v ]$ Wgyp ERR! stack at ChildProcess.exithandler (child_process.js:310:5)
3 y h: k7 x. ?* I9 ]) a4 z& b0 I) Lgyp ERR! stack at ChildProcess.emit (events.js:315:20)4 ]' U& m( G+ L- e
gyp ERR! stack at maybeClose (internal/child_process.js:1021:16)
* C1 a( N: ~2 V9 ^6 Lgyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)9 \, V( O7 e0 x5 `6 J
gyp ERR! System Windows_NT 10.0.15063 " {( s d0 ~: U4 U b$ I
% h" S: ~/ I$ w* O+ R4 A0 S
解决办法
) X; }- l) }1 O1、卸载nodejs重新安装一遍
; f- }/ ~4 j h' e) A. E4 W. |7 R! j/ \8 }
2、设置淘宝镜像 npm config set registry https://registry.npm.taobao.org
- @0 o" h! F* H6 l# \$ k6 x7 Q. q0 w7 w* J; t) j; I
3、安装nodejs所需的环境(Visual Studio XX、python什么鬼的),执行这个命令会自动检测并帮你安装好,npm install --g --production windows-build-tools
. k5 D/ l) V* _2 o4 I4 E2 f————————————————3 y: b$ i; Y6 j% r4 t1 F
版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
# P2 s+ A( L( z2 G2 I) G! n原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920 |
|