|
|
报错信息:
Y0 }2 ^, S0 G% ^```bash
, r) P3 k9 ~7 e' r+ bgyp ERR! find VS
& l& q, m% R' W5 E. \gyp ERR! find VS msvs_version not set from command line or npm config
- O9 q, Y3 P2 T# `gyp ERR! find VS running in VS Command Prompt, installation path is:
- L, }3 I3 O) p5 ^gyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017"5 J, n" G9 H4 E+ h: b0 o, X
gyp ERR! find VS - will only use this version
1 R! A2 U: ]4 d* ^3 M+ o7 J/ vgyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer
. U$ Q- R1 W9 \5 ^& h& J/ Ngyp ERR! find VS looking for Visual Studio 20152 t& H; A y% Q4 x8 E
gyp ERR! find VS - not found% E5 x# Z3 g) q& Y2 ~" V% L
gyp ERR! find VS looking for Visual Studio 2013
( `0 b9 F3 K6 }& Igyp ERR! find VS - not found* T# c. O& N$ T
gyp ERR! find VS2 T. e6 w8 Q n {' {' ?
gyp ERR! find VS **************************************************************4 j* P9 L7 v( H6 Y' n
gyp ERR! find VS You need to install the latest version of Visual Studio }- v. K. L: \# u3 q/ B. s t6 o
gyp ERR! find VS including the "Desktop development with C++" workload.
5 ~ _5 C/ u$ Y9 lgyp ERR! find VS For more information consult the documentation at:% r9 ~8 D% B$ M. E9 a" h" a3 @
gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
( p+ [- i0 T, V$ ?& fgyp ERR! find VS **************************************************************
2 K% s. f& V, u/ f; ^gyp ERR! find VS2 J! P' w t! d- D" S" Y6 R
gyp ERR! configure error
0 \5 d7 \. ]* f; [, ]gyp ERR! stack Error: Could not find any Visual Studio installation to use
3 e# X% A L% q" }gyp ERR! stack at VisualStudioFinder.fail (D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstu
- u2 b9 _+ L" ]dio.js:121:47)
* z) Z! m6 [. u0 q% `; N4 Egyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:74:16; g/ u. @+ s. c. B: M$ P* B
gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:372:16) w* s9 W# X) Q) z0 L5 l
gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:54:7
1 \# x- C5 g7 [+ |! L2 \- Pgyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:33:16 b& u6 {( M; j B, M* H( k+ c& G
gyp ERR! stack at ChildProcess.exithandler (child_process.js:310:5), i" b+ d8 c7 P
gyp ERR! stack at ChildProcess.emit (events.js:315:20)2 ]& R5 i3 p4 l1 g* M% V2 p
gyp ERR! stack at maybeClose (internal/child_process.js:1021:16)
/ B) w$ [/ J2 {* Rgyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)0 e* I k1 ]; T
gyp ERR! System Windows_NT 10.0.15063 " @+ X9 E1 J1 ~! @# d# M
$ G- {7 E1 \6 ^! l8 i3 u B; T
解决办法% {5 ~. m2 M# g$ T) B8 u
1、卸载nodejs重新安装一遍) J1 q: Q9 o1 y. V' I1 k
. Y9 Y2 k# z+ K2、设置淘宝镜像 npm config set registry https://registry.npm.taobao.org9 t7 A5 X& @% \, M, M( s
) P" G* N6 Y0 }( w, P7 r+ x3、安装nodejs所需的环境(Visual Studio XX、python什么鬼的),执行这个命令会自动检测并帮你安装好,npm install --g --production windows-build-tools
+ X& Z. }' c+ E/ u( ^8 Z————————————————
" C5 L9 L5 i8 R6 p6 V4 I版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
6 H# M3 J( o' @6 X原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920 |
|