|
|
报错信息:
3 ^4 l) `, y% d5 \8 Q$ P$ P```bash* w4 q |7 z0 s. ], ]' b/ U
gyp ERR! find VS
8 \. s4 `( E4 y9 p* Fgyp ERR! find VS msvs_version not set from command line or npm config7 N B! P) y/ A" {
gyp ERR! find VS running in VS Command Prompt, installation path is:) G- ]- V4 I0 U* h% A7 v% ~$ Z
gyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017"
. S% t8 e2 C {* {; V1 ~7 |0 P% Ngyp ERR! find VS - will only use this version3 |9 w1 p7 f! k3 |
gyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer' l, e8 G$ S/ u2 q# q- l% q
gyp ERR! find VS looking for Visual Studio 20154 J; V/ D/ o: l" B# z
gyp ERR! find VS - not found7 C/ e S( @4 R0 K
gyp ERR! find VS looking for Visual Studio 2013
% g) U/ x* F3 _/ S- agyp ERR! find VS - not found
5 m0 U! b+ R. y3 ^5 P( c8 Z8 E! E$ d7 }gyp ERR! find VS
8 q0 q0 p! ?4 t/ i$ Igyp ERR! find VS **************************************************************- f5 I2 e- d x _6 L B/ H- q
gyp ERR! find VS You need to install the latest version of Visual Studio
1 t; f6 i3 P! i7 V( fgyp ERR! find VS including the "Desktop development with C++" workload.
1 g r: H j- ^- ?) Tgyp ERR! find VS For more information consult the documentation at:
2 O4 v+ c% }' |' B4 Q( wgyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
" o; ~% S% A9 l! t, @* B0 k# Q4 ogyp ERR! find VS **************************************************************
8 Z `8 [1 x v' _gyp ERR! find VS2 Z+ S1 i% t& i
gyp ERR! configure error
% x/ `, {7 _2 m; n: [1 p" M; t: Ugyp ERR! stack Error: Could not find any Visual Studio installation to use
" p: x8 J2 W- \2 Egyp ERR! stack at VisualStudioFinder.fail (D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstu) [# B/ d! f2 K
dio.js:121:47)
# D( b# @! q: O2 ^1 d! t5 ?gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:74:162 S8 v5 f$ r& p/ G0 {# _; D# ]
gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:372:16
7 I, m; {; A) S' vgyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:54:70 _0 l( P, f- W" r1 K
gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:33:16
3 F! e; a4 |" G1 J! cgyp ERR! stack at ChildProcess.exithandler (child_process.js:310:5)1 ~' Z/ u3 S* x a
gyp ERR! stack at ChildProcess.emit (events.js:315:20). ?/ J/ x. s: B* K+ C
gyp ERR! stack at maybeClose (internal/child_process.js:1021:16) z& L3 \1 M8 l0 H+ {: r+ }4 G
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5), n( w! m# n, K. x! }7 m% j
gyp ERR! System Windows_NT 10.0.15063 ! n5 S4 Q) U6 l3 J- v$ c
# a1 _& }5 n* ?解决办法
& D$ ]" x* [* V/ h( h1、卸载nodejs重新安装一遍
9 |) Y* u- m% m0 b! @7 P# L- [. ]5 P6 q5 H7 M
2、设置淘宝镜像 npm config set registry https://registry.npm.taobao.org
) k1 `# V- J: Z5 r' `
9 u7 i% K/ [; i# J3、安装nodejs所需的环境(Visual Studio XX、python什么鬼的),执行这个命令会自动检测并帮你安装好,npm install --g --production windows-build-tools0 n8 T7 T+ g9 v0 E
————————————————
+ O8 o0 ~' q W7 X2 ^& b4 a版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。+ [0 w1 q! r1 C7 \6 b4 ^1 c
原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920 |
|