|
|
报错信息:
$ J3 W8 ~5 e5 B9 g1 e9 B. J) G```bash5 X* f7 W! ] G" |4 {9 H
gyp ERR! find VS
7 u' X9 W* k: N" h3 N$ F* i7 w: |% ngyp ERR! find VS msvs_version not set from command line or npm config8 ^9 H# r& K' v" v0 D8 S
gyp ERR! find VS running in VS Command Prompt, installation path is:" G9 y. ^* y! y! M- {
gyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017"% n8 n2 k* N3 Z. T
gyp ERR! find VS - will only use this version( ?5 N. P- f* J% G/ D
gyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer9 w5 `$ O" _. N$ r3 l2 a* g
gyp ERR! find VS looking for Visual Studio 20158 y! G% A; Z4 |8 u" J4 x8 [' G
gyp ERR! find VS - not found
5 M% h4 }* t2 |- X' L: V. P% b' R- dgyp ERR! find VS looking for Visual Studio 2013! o/ I: b$ |2 l- w5 Z6 F
gyp ERR! find VS - not found
& y/ G) p1 h! `0 E! x9 F$ Ogyp ERR! find VS$ X# R" H) c) ]
gyp ERR! find VS **************************************************************7 a/ ?1 U2 Q% f5 [
gyp ERR! find VS You need to install the latest version of Visual Studio3 P. |7 v! `' y* T# `& v1 Y* H
gyp ERR! find VS including the "Desktop development with C++" workload.
& v: G$ z4 q' @gyp ERR! find VS For more information consult the documentation at:4 l9 p0 e. J& B1 F2 v
gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
3 A N8 W) M- r% Q( Dgyp ERR! find VS **************************************************************7 F3 y3 o# s0 q5 d9 R4 d
gyp ERR! find VS3 |6 H7 N# Y9 c: F
gyp ERR! configure error: |& e; u( Q0 l+ E
gyp ERR! stack Error: Could not find any Visual Studio installation to use6 V5 k6 j; I$ l* ^
gyp ERR! stack at VisualStudioFinder.fail (D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstu3 K- a0 |* T; @8 b( g* D" s. c! k
dio.js:121:47)
. o$ K( M$ A5 D4 C4 J0 j' Q* G$ ugyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:74:16
, j# C2 i5 G; b& Cgyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\find-visualstudio.js:372:16( j1 p& t5 b+ l9 r4 |# P! ^
gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:54:7. p5 k: v1 |( p4 }# }+ C9 N
gyp ERR! stack at D:\rymcu\electron-serialport\node_modules\node-gyp\lib\util.js:33:16
3 u7 l2 W$ B9 Y+ t6 G/ `8 Rgyp ERR! stack at ChildProcess.exithandler (child_process.js:310:5)! k; i% c) E6 S8 F. v
gyp ERR! stack at ChildProcess.emit (events.js:315:20)
4 J6 q, r9 [7 V" x% F H, o8 v+ Ygyp ERR! stack at maybeClose (internal/child_process.js:1021:16)" T4 T, S7 F4 o& N5 h
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)4 g v" ^ A. o G0 l
gyp ERR! System Windows_NT 10.0.15063
4 z- |# M2 X/ B9 p( _7 L& l: S
0 V" E- ^6 s9 K+ P; N, M解决办法
; Y/ c' e2 p4 A3 J+ d& O" H1、卸载nodejs重新安装一遍/ ?, l6 O, e3 |9 \; c' ?4 T [
4 v+ I0 h2 p; s, F6 N
2、设置淘宝镜像 npm config set registry https://registry.npm.taobao.org
2 k' t* J. R( y# N# g) o- n5 \; C% f* o" F8 x% O: n; F6 P4 }8 s
3、安装nodejs所需的环境(Visual Studio XX、python什么鬼的),执行这个命令会自动检测并帮你安装好,npm install --g --production windows-build-tools/ R' u6 X) @; c" W
————————————————) D4 l1 P! h, F# a4 s3 b' [0 D
版权声明:本文为CSDN博主「一点一滴成长」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。6 }0 w8 z+ p: c1 n( ^. i D q
原文链接:https://blog.csdn.net/qq_39946015/article/details/127351920 |
|