|
|
报错信息:
: Y. @, [6 _/ {/ U2 C0 k```bash; k; `7 G" a/ L9 W& s A
gyp ERR! find VS
( E) a k: ?7 B$ T' g9 o( Bgyp ERR! find VS msvs_version not set from command line or npm config- q- A! X" f7 J" C: o
gyp ERR! find VS running in VS Command Prompt, installation path is:
# R! v! M0 w# P& t. P& e9 agyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017"4 ?5 H1 K% O! e9 l
gyp ERR! find VS - will only use this version5 n( X/ o" z/ n! q0 G8 S
gyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer
/ k8 Q/ M- P/ }, [" pgyp ERR! find VS looking for Visual Studio 2015
# m2 I- i6 S! {0 P- k$ igyp ERR! find VS - not found
" l- J) [1 V, qgyp ERR! find VS looking for Visual Studio 2013
9 \& S" p1 w/ l$ f5 f6 Ogyp ERR! find VS - not found- C {2 j! M% K6 A, E
gyp ERR! find VS3 t; @4 C9 z8 R3 n- }0 w* @
gyp ERR! find VS **************************************************************
* E" v4 @) ~1 y5 V8 T+ pgyp ERR! find VS You need to install the latest version of Visual Studio/ H! R1 \* q6 g& t' |' x. T
gyp ERR! find VS including the "Desktop development with C++" workload.
0 j$ K; Q: Q( Tgyp ERR! find VS For more information consult the documentation at:) m; z# z7 T g3 Y* @* _# y) y: J& {
gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
3 i: V& |& G+ G. f7 N: S" Qgyp ERR! find VS **************************************************************% c3 i/ x4 | G. \+ ?* q' p
gyp ERR! find VS
k; J9 B5 ~& l; Q7 C6 t1 Y9 B9 Kgyp ERR! configure error
& m& ]) y! n, J/ a% D- I& Kgyp ERR! stack Error: Could not find any Visual Studio installation to use
2 A# K+ c6 p1 R: s( k8 j# H0 E) Igyp ERR! stack at VisualStudioFinder.fail (D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstu
' L% e8 i2 ?4 p& @2 Idio.js:121:47)
0 o: n8 k9 ^. V! p* igyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:74:16
/ P' H; ^5 ?7 i( c) z& K* \gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:372:16
" _# } o0 S' l) |gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:54:73 _% [0 e R; Z) D" K* D& s
gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:33:163 D- w; {4 ~0 l5 J2 Y. i
gyp ERR! stack at ChildProcess.exithandler (child_process.js:310:5)! E" m4 H% H+ [
gyp ERR! stack at ChildProcess.emit (events.js:315:20)9 c) _* E. w" f' a2 J1 c1 h! s- N
gyp ERR! stack at maybeClose (internal/child_process.js:1021:16)
- s& M2 k! K# }* j* j$ F! ygyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5); W8 ]0 y+ S3 U3 j5 n
gyp ERR! System Windows_NT 10.0.15063 , N( Q, \% w5 C1 n
8 K, t& x1 x, \# S, C; t5 \
解决办法0 X: D8 O$ `$ S, M8 @9 A! e7 f
1、卸载nodejs重新安装一遍
7 i) K/ g; T; N
' k& D; u3 Q: Y; {" }2、设置淘宝镜像 npm config set registry https://registry.npm.taobao.org1 {; K' p" L) T+ z F
- M% {8 `2 S8 ?# E! O7 W9 R3、安装nodejs所需的环境(Visual Studio XX、python什么鬼的),执行这个命令会自动检测并帮你安装好,npm install --g --production windows-build-tools' [ h) u9 q2 J8 V+ r t4 i0 X7 i
————————————————
* r. E! q9 i5 B; d' h版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。8 ^& r$ Z2 i( r9 v \
原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920 |
|