|
|
报错信息:
) W6 b/ k- g3 }9 U6 w& q- l U$ X```bash
; E9 G4 H x/ P8 i" V9 ngyp ERR! find VS
4 E# b3 n+ @) |& g/ m4 {$ _- qgyp ERR! find VS msvs_version not set from command line or npm config1 V1 S2 b( k& [1 j, T$ l
gyp ERR! find VS running in VS Command Prompt, installation path is:
; s6 L% u% w1 s5 e O6 Sgyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017"% N p5 C' K# b# b6 u& k7 K
gyp ERR! find VS - will only use this version
" d7 f4 T, i! v. G7 ygyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer
$ ~* G& Y3 f- Z. U) B5 ~gyp ERR! find VS looking for Visual Studio 2015
# j! @8 b4 z8 g. h4 y% B# U6 e% Vgyp ERR! find VS - not found3 U" x$ O5 u( k* v/ i$ @
gyp ERR! find VS looking for Visual Studio 20132 Z2 D& i$ K% e- i! Z6 F d! M
gyp ERR! find VS - not found
[1 Y# ~4 N: Z. Xgyp ERR! find VS
. E2 ]+ W$ V6 ^2 V( F' O9 k8 {; ugyp ERR! find VS ************************************************************** x, O0 G( |" A2 b
gyp ERR! find VS You need to install the latest version of Visual Studio- F( D% e* D/ G, l3 t
gyp ERR! find VS including the "Desktop development with C++" workload.
) E) g; \+ l' R" t" d3 r4 v0 R2 Fgyp ERR! find VS For more information consult the documentation at:. g# g* \ K' w+ ^% _7 q& R2 Q
gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
7 W" M3 L6 \1 R' v; Ugyp ERR! find VS **************************************************************
9 k" s* k4 M" G+ ogyp ERR! find VS
, P* W4 E* y; J2 Egyp ERR! configure error) J# p2 n/ c" ?9 q, x8 ^! |: F
gyp ERR! stack Error: Could not find any Visual Studio installation to use1 t9 ~7 _+ E& |; x& H
gyp ERR! stack at VisualStudioFinder.fail (D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstu% O! T( {) w( F* r7 S% n
dio.js:121:47)( @- C! x: U" H( V0 z) T A5 {* a
gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:74:16- G5 Z2 Y4 |& I0 `8 p* L! Z
gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:372:166 k: |: t5 Y7 U
gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:54:71 p. d% \4 V2 u! a4 P
gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:33:16
+ p+ Y5 }% W& R% I3 p) Qgyp ERR! stack at ChildProcess.exithandler (child_process.js:310:5)
6 n3 s6 r* U$ e! q/ lgyp ERR! stack at ChildProcess.emit (events.js:315:20)
( k% [- Y/ x$ T! m& m7 pgyp ERR! stack at maybeClose (internal/child_process.js:1021:16)8 j: I* M; g1 e- `9 b \8 v
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)" ^- t8 I# ?* f( h. y, L- p
gyp ERR! System Windows_NT 10.0.15063
) |( s0 G% d" m7 ~8 e" S# f, P# ]" N9 v. f5 n4 n( f2 G' S) H) }# h
解决办法
! {4 T( p7 x* q1、卸载nodejs重新安装一遍1 ?$ o6 D1 ]. T! y4 K* Y
3 G7 h6 t" k( J! U
2、设置淘宝镜像 npm config set registry https://registry.npm.taobao.org
+ g: s. ^3 L$ z: a2 I8 D& [$ J7 T* J8 T) U6 e. E
3、安装nodejs所需的环境(Visual Studio XX、python什么鬼的),执行这个命令会自动检测并帮你安装好,npm install --g --production windows-build-tools. W- d6 W$ \ @; W
————————————————" G* ~5 N' a: z ?& V$ a+ B
版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。' s; w( R7 `4 F& e
原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920 |
|