|
|
报错信息:6 N5 Y( x R) \( z' a
```bash! M; ^! `( ^7 ?& D5 A
gyp ERR! find VS K9 h$ ?1 B3 X! _- L
gyp ERR! find VS msvs_version not set from command line or npm config" l( ~6 h3 }. P& _) n/ g
gyp ERR! find VS running in VS Command Prompt, installation path is:' {% @5 ?3 Q4 o: H
gyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017". _4 d2 o# a( J/ P
gyp ERR! find VS - will only use this version! L/ V4 E$ {9 p( B# T# C/ i
gyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer
9 m+ Q' j: l$ _4 W* P; xgyp ERR! find VS looking for Visual Studio 2015; F! Q4 a R5 f% ^! z$ A
gyp ERR! find VS - not found; ]9 p" G3 w8 a7 h+ n
gyp ERR! find VS looking for Visual Studio 2013
+ ]4 P3 S& `' U4 u- s7 Lgyp ERR! find VS - not found
4 A6 S( r+ N: r; o: p& z& m( V+ Rgyp ERR! find VS# r; n3 H6 D, Y- K, a6 u! [$ H
gyp ERR! find VS **************************************************************4 c1 e0 }+ _3 |- G' g+ @
gyp ERR! find VS You need to install the latest version of Visual Studio1 {- v/ f. R. z: Y1 ]
gyp ERR! find VS including the "Desktop development with C++" workload.
t) z; Y* \9 x6 dgyp ERR! find VS For more information consult the documentation at:
9 y- M f$ h( Ugyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
) R& u3 c9 c8 }' X9 @% Hgyp ERR! find VS **************************************************************
! N0 F, s" O3 K/ m( d& I- igyp ERR! find VS
1 D+ @1 V, N. _4 f5 i+ d9 bgyp ERR! configure error
$ r+ D8 Z7 @8 G7 n/ Pgyp ERR! stack Error: Could not find any Visual Studio installation to use [+ k1 @" X) S
gyp ERR! stack at VisualStudioFinder.fail (D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstu
/ ?" j9 c6 `5 W- g2 Ndio.js:121:47)! }' r5 t$ `) ]" W. D+ \
gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:74:16
4 N) ?" ^) [; L: e7 zgyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:372:16
) ~3 s" l: ^, U- cgyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:54:7 V1 I& F1 h6 K; \: i
gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:33:161 n! a5 R1 m: S, S
gyp ERR! stack at ChildProcess.exithandler (child_process.js:310:5)/ | F: A) x' K+ A. A; H
gyp ERR! stack at ChildProcess.emit (events.js:315:20)
4 G- A+ k1 h! G1 q* F( N6 {gyp ERR! stack at maybeClose (internal/child_process.js:1021:16); q* z8 o5 _- \8 t+ k" U1 I
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)1 o0 r8 t* s2 d$ s$ @
gyp ERR! System Windows_NT 10.0.15063 ) ~' |1 Z9 @" S) _' Q+ z$ K
3 C5 N5 d+ s8 {5 C& m1 i6 e
解决办法
. y, G) }; r! _# {5 h7 Z& U1、卸载nodejs重新安装一遍
- I) E- |1 S+ J- O9 R" k% {& A& J( R
2 c) ^: O t+ p7 Z2、设置淘宝镜像 npm config set registry https://registry.npm.taobao.org
% G# V3 O- u. A1 ?7 d' d
4 H* O X( i4 Z6 H! Z3、安装nodejs所需的环境(Visual Studio XX、python什么鬼的),执行这个命令会自动检测并帮你安装好,npm install --g --production windows-build-tools
& {" s6 ]. D9 j( o& P1 ?/ {4 x" P————————————————
$ w; t5 N: M# s/ ?+ Z% h+ u" e版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
" O/ V( |2 V; D原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920 |
|