|
|
报错信息:. d+ d. R7 p5 @7 C9 T1 e1 C( a, `7 O
```bash' `1 q+ ^, G) f5 r* \
gyp ERR! find VS/ |+ O( A7 ]4 S) {0 C# F
gyp ERR! find VS msvs_version not set from command line or npm config
0 N2 D% B* X2 I4 q P; [gyp ERR! find VS running in VS Command Prompt, installation path is:
' ~& @, E% Y X! g# {) Wgyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017"
" r' S8 I* f% A/ {gyp ERR! find VS - will only use this version
2 z# _# Z+ a; {gyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer
' M/ W! s6 M" c! X8 Lgyp ERR! find VS looking for Visual Studio 2015
: D% H0 J% \- X" D8 K9 N7 ^: M ygyp ERR! find VS - not found! H+ r: T* e# c7 r8 }; }* X9 [
gyp ERR! find VS looking for Visual Studio 20130 D, N* d. [1 \2 j1 f
gyp ERR! find VS - not found/ o2 T( V" H7 ], s) D: e
gyp ERR! find VS$ ]5 m% G' V' c' V. k
gyp ERR! find VS **************************************************************
9 ^9 z: |( K: ?% x6 @gyp ERR! find VS You need to install the latest version of Visual Studio
" M: l; A- s6 ?gyp ERR! find VS including the "Desktop development with C++" workload.
8 Z% g, G [4 }0 K+ B4 P% {gyp ERR! find VS For more information consult the documentation at:
4 L0 P5 p9 X$ D2 ]' M3 p" ]gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
6 R* I* q1 `2 ]% P3 ggyp ERR! find VS **************************************************************4 U3 _4 ]( x" C$ Z6 O
gyp ERR! find VS
4 m/ Q! @ N7 rgyp ERR! configure error
2 { n- m' p3 U3 L5 A ^gyp ERR! stack Error: Could not find any Visual Studio installation to use
# z! g0 L' H- O. N* Hgyp ERR! stack at VisualStudioFinder.fail (D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstu
6 U& {0 x( G. mdio.js:121:47)
. C9 [, I5 u8 W, Y+ L( l0 Ggyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:74:16' a5 m5 b$ a! P3 i! N3 {, L8 l
gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:372:163 {0 {! Q1 t& z& Z2 c, \3 K+ r
gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:54:74 h4 U8 b! Z$ Z( k" K
gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:33:16
, j$ K$ }( }+ m" u c% T! m: R* tgyp ERR! stack at ChildProcess.exithandler (child_process.js:310:5)
0 F9 @ c) b0 Y, vgyp ERR! stack at ChildProcess.emit (events.js:315:20)
' }- F$ i: e' I, kgyp ERR! stack at maybeClose (internal/child_process.js:1021:16)0 r3 Q9 }0 z* a0 h' T
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)' n4 Z. r) S- p3 i! |/ {5 ?7 x
gyp ERR! System Windows_NT 10.0.15063
' N4 b2 [: @7 P2 n' E8 @8 X, D. {0 L
解决办法7 D3 V" }, c& m; v8 ]5 e( q) a
1、卸载nodejs重新安装一遍' Y; [' I7 ]- X3 J; ?9 O
5 t# M, P' L3 p% |9 B9 q' d$ H2、设置淘宝镜像 npm config set registry https://registry.npm.taobao.org
* B4 U/ y- x/ w* k- t! d- W x% [
3 D" {# T$ C; D2 [% X3、安装nodejs所需的环境(Visual Studio XX、python什么鬼的),执行这个命令会自动检测并帮你安装好,npm install --g --production windows-build-tools9 k4 r# G" X1 u7 O4 d$ }! t- y
————————————————
5 p, H# |% W j$ K5 m版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。1 M; K3 p- r! i; A5 X% e5 j
原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920 |
|