微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

使用节点 12 更新到 glup 4

如何解决使用节点 12 更新到 glup 4

我正在尝试使用 gulp 3 将项目更新为 gulp 4(节点 12)

我遇到了这个错误(低于完整输出

> node-gyp rebuild
  bufferutil.cc
  win_delay_load_hook.cc
..\src\bufferutil.cc(25): error C2039: 'Handle': is not a member of 'v8' [C:\progetTI\AcmeGit\Frontend_Angular\node_m
odules\bufferutil\build\bufferutil.vcxproj]...

在更新之前,我已经完成了以下操作(但我不知道它是否正确或已完成)

  1. npm install --global --production windows-build-tools --vs2019
  2. 来自visualstudio insaller,我已经安装了这个包(最新版本)MSVC v142 - VS 2019 C++ Build Tools x64/x86 (v14.20)

我不确定软件包的不同版本,有人说要使用 vs2015,有人说要使用 vs2019,有人有可用的设置或向我澄清一些事情吗? 我不能让它工作

完整输出

C:\progetTI\AcmeGit\Frontend_Angular\node_modules\bufferutil>if not defined npm_config_node_gyp (node "C:\Users\MarioRossi\AppData\Roaming\nvm\v12.16.1\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Users\MarioRossi\AppData\Roaming\nvm\v12.16.1\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
Compilazione dei progetti nella soluzione uno alla volta. Per abilitare la compilazione parallela,aggiungere l'opzione "/m".
  bufferutil.cc
  win_delay_load_hook.cc
..\src\bufferutil.cc(25): error C2039: 'Handle': is not a member of 'v8' [C:\progetTI\AcmeGit\Frontend_Angular\node_m
odules\bufferutil\build\bufferutil.vcxproj]
  c:\users\MarioRossi\appdata\local\node-gyp\cache\12.16.1\include\node\v8-platform.h(16): note: see declaration of
  'v8'
..\src\bufferutil.cc(25): error C2061: Syntax error: identifier 'Handle' [C:\progetTI\AcmeGit\Frontend_Angular\node_m
odules\bufferutil\build\bufferutil.vcxproj]
..\src\bufferutil.cc(33): error C2065: 'target': undeclared identifier [C:\progetTI\AcmeGit\Frontend_Angular\node_mod
ules\bufferutil\build\bufferutil.vcxproj]
..\src\bufferutil.cc(33): error C2660: 'v8::FunctionTemplate::GetFunction': function does not take 0 arguments [C:\PROG
ETTI\AcmeGit\Frontend_Angular\node_modules\bufferutil\build\bufferutil.vcxproj]
..\src\bufferutil.cc(49): error C2661: 'v8::Value::ToObject': no overloaded function takes 0 arguments [C:\progetTI\Ant
heaGit\Frontend_Angular\node_modules\bufferutil\build\bufferutil.vcxproj]
..\src\bufferutil.cc(56): error C2661: 'v8::Value::ToObject': no overloaded function takes 0 arguments [C:\progetTI\Ant
heaGit\Frontend_Angular\node_modules\bufferutil\build\bufferutil.vcxproj]
..\src\bufferutil.cc(67): error C2661: 'v8::Value::ToObject': no overloaded function takes 0 arguments [C:\progetTI\Ant
heaGit\Frontend_Angular\node_modules\bufferutil\build\bufferutil.vcxproj]
..\src\bufferutil.cc(69): error C2661: 'v8::Value::ToObject': no overloaded function takes 0 arguments [C:\progetTI\Ant
heaGit\Frontend_Angular\node_modules\bufferutil\build\bufferutil.vcxproj]
..\src\bufferutil.cc(88): error C2661: 'v8::Value::ToObject': no overloaded function takes 0 arguments [C:\progetTI\Ant
heaGit\Frontend_Angular\node_modules\bufferutil\build\bufferutil.vcxproj]
..\src\bufferutil.cc(89): error C2661: 'v8::Value::ToObject': no overloaded function takes 0 arguments [C:\progetTI\Ant
heaGit\Frontend_Angular\node_modules\bufferutil\build\bufferutil.vcxproj]
..\src\bufferutil.cc(91): error C2661: 'v8::Value::ToObject': no overloaded function takes 0 arguments [C:\progetTI\Ant
heaGit\Frontend_Angular\node_modules\bufferutil\build\bufferutil.vcxproj]
..\src\bufferutil.cc(92): error C2660: 'v8::Value::Int32Value': function does not take 0 arguments [C:\progetTI\AcmeG
it\Frontend_Angular\node_modules\bufferutil\build\bufferutil.vcxproj]
..\src\bufferutil.cc(93): error C2660: 'v8::Value::Int32Value': function does not take 0 arguments [C:\progetTI\AcmeG
it\Frontend_Angular\node_modules\bufferutil\build\bufferutil.vcxproj]
..\src\bufferutil.cc(114): error C2065: 'Handle': undeclared identifier [C:\progetTI\AcmeGit\Frontend_Angular\node_mo
dules\bufferutil\build\bufferutil.vcxproj]
..\src\bufferutil.cc(114): error C2275: 'v8::Object': illegal use of this type as an expression [C:\progetTI\AcmeGit\
Frontend_Angular\node_modules\bufferutil\build\bufferutil.vcxproj]
  C:\Users\MarioRossi\AppData\Local\node-gyp\Cache\12.16.1\include\node\v8.h(3496): note: see declaration of 'v8::Ob
  ject'
..\src\bufferutil.cc(114): error C2065: 'target': undeclared identifier [C:\progetTI\AcmeGit\Frontend_Angular\node_mo
dules\bufferutil\build\bufferutil.vcxproj]
..\src\bufferutil.cc(114): error C2182: 'init': illegal use of type 'void' [C:\progetTI\AcmeGit\Frontend_Angular\node
_modules\bufferutil\build\bufferutil.vcxproj]
..\src\bufferutil.cc(115): error C2448: 'init': function-style initializer appears to be a function deFinition [C:\PROG
ETTI\AcmeGit\Frontend_Angular\node_modules\bufferutil\build\bufferutil.vcxproj]
..\src\bufferutil.cc(120): warning C4312: 'type cast': conversion from 'int' to 'node::addon_register_func' of greater
size [C:\progetTI\AcmeGit\Frontend_Angular\node_modules\bufferutil\build\bufferutil.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\MSBuild.exe` Failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Users\MarioRossi\AppData\Roaming\nvm\v12.16.1\node_modules\npm\node_modules\node-gyp\lib\build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:311:20)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Windows_NT 10.0.18363
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\MarioRossi\\AppData\\Roaming\\nvm\\v12.16.1\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\progetTI\AcmeGit\Frontend_Angular\node_modules\bufferutil
gyp ERR! node -v v12.16.1
gyp ERR! node-gyp -v v5.0.5
gyp ERR! not ok

> utf-8-validate@1.2.2 install C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate
> node-gyp rebuild


C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate>if not defined npm_config_node_gyp (node "C:\Users\MarioRossi\AppData\Roaming\nvm\v12.16.1\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Users\MarioRossi\AppData\Roaming\nvm\v12.16.1\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
Compilazione dei progetti nella soluzione uno alla volta. Per abilitare la compilazione parallela,aggiungere l'opzione "/m".
  validation.cc
  win_delay_load_hook.cc
c:\progetti\Acmegit\frontend_angular\node_modules\utf-8-validate\node_modules\nan\nan_maybe_43_inl.h(88): error C2039
: 'ForceSet': is not a member of 'v8::Object' (compiling source file ..\src\validation.cc) [C:\progetTI\AcmeGit\Front
end_Angular\node_modules\utf-8-validate\build\validation.vcxproj]
  C:\Users\MarioRossi\AppData\Local\node-gyp\Cache\12.16.1\include\node\v8.h(3496): note: see declaration of 'v8::Ob
  ject' (compiling source file ..\src\validation.cc)
c:\progetti\Acmegit\frontend_angular\node_modules\utf-8-validate\node_modules\nan\nan_converters_43_inl.h(18): warnin
g C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\validation.cc) [C:\progetTI\Anth
eaGit\Frontend_Angular\node_modules\utf-8-validate\build\validation.vcxproj]
  C:\Users\MarioRossi\AppData\Local\node-gyp\Cache\12.16.1\include\node\v8.h(2665): note: see declaration of 'v8::Va
  lue::ToBoolean' (compiling source file ..\src\validation.cc)
c:\progetti\Acmegit\frontend_angular\node_modules\utf-8-validate\node_modules\nan\nan_converters_43_inl.h(34): warnin
g C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\validation.cc) [C:\progetTI\A
ntheaGit\Frontend_Angular\node_modules\utf-8-validate\build\validation.vcxproj]
  C:\Users\MarioRossi\AppData\Local\node-gyp\Cache\12.16.1\include\node\v8.h(2703): note: see declaration of 'v8::Va
  lue::BooleanValue' (compiling source file ..\src\validation.cc)
c:\progetti\Acmegit\frontend_angular\node_modules\utf-8-validate\node_modules\nan\nan_implementation_12_inl.h(109): e
rror C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::V
alue>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8
::Context>' (compiling source file ..\src\validation.cc) [C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-val
idate\build\validation.vcxproj]
  c:\progetti\Acmegit\frontend_angular\node_modules\utf-8-validate\node_modules\nan\nan_implementation_12_inl.h(109):
   note: No constructor Could take the source type,or constructor overload resolution was ambiguous (compiling source
  file ..\src\validation.cc)
c:\progetti\Acmegit\frontend_angular\node_modules\utf-8-validate\node_modules\nan\nan_implementation_12_inl.h(345): e
rror C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\validation.cc) [C
:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\build\validation.vcxproj]
c:\progetti\Acmegit\frontend_angular\node_modules\utf-8-validate\node_modules\nan\nan_implementation_12_inl.h(345): e
rror C2228: left of '.As' must have class/struct/union (compiling source file ..\src\validation.cc) [C:\progetTI\Acme
Git\Frontend_Angular\node_modules\utf-8-validate\build\validation.vcxproj]
c:\progetti\Acmegit\frontend_angular\node_modules\utf-8-validate\node_modules\nan\nan_implementation_12_inl.h(345): e
rror C2059: Syntax error: ')' (compiling source file ..\src\validation.cc) [C:\progetTI\AcmeGit\Frontend_Angular\node
_modules\utf-8-validate\build\validation.vcxproj]
C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\node_modules\nan\nan.h(816): warning C4996: 'node::M
akeCallback': was declared deprecated (compiling source file ..\src\validation.cc) [C:\progetTI\AcmeGit\Frontend_Angu
lar\node_modules\utf-8-validate\build\validation.vcxproj]
  C:\Users\MarioRossi\AppData\Local\node-gyp\Cache\12.16.1\include\node\node.h(179): note: see declaration of 'node:
  :MakeCallback' (compiling source file ..\src\validation.cc)
C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\node_modules\nan\nan.h(830): warning C4996: 'node::M
akeCallback': was declared deprecated (compiling source file ..\src\validation.cc) [C:\progetTI\AcmeGit\Frontend_Angu
lar\node_modules\utf-8-validate\build\validation.vcxproj]
  C:\Users\MarioRossi\AppData\Local\node-gyp\Cache\12.16.1\include\node\node.h(172): note: see declaration of 'node:
  :MakeCallback' (compiling source file ..\src\validation.cc)
C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\node_modules\nan\nan.h(844): warning C4996: 'node::M
akeCallback': was declared deprecated (compiling source file ..\src\validation.cc) [C:\progetTI\AcmeGit\Frontend_Angu
lar\node_modules\utf-8-validate\build\validation.vcxproj]
  C:\Users\MarioRossi\AppData\Local\node-gyp\Cache\12.16.1\include\node\node.h(165): note: see declaration of 'node:
  :MakeCallback' (compiling source file ..\src\validation.cc)
C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\node_modules\nan\nan.h(890): error C2661: 'v8::Value
::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\validation.cc) [C:\progetTI\AcmeG
it\Frontend_Angular\node_modules\utf-8-validate\build\validation.vcxproj]
C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\node_modules\nan\nan.h(900): error C2664: 'int v8::S
tring::WriteUtf8(v8::Isolate *,char *,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *'
 (compiling source file ..\src\validation.cc) [C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\build
\validation.vcxproj]
  C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\node_modules\nan\nan.h(900): note: Types pointed t
  o are unrelated; conversion requires reinterpret_cast,C-style cast or function-style cast (compiling source file ..\
  src\validation.cc)
C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\node_modules\nan\nan.h(1447): warning C4996: 'node::
MakeCallback': was declared deprecated (compiling source file ..\src\validation.cc) [C:\progetTI\AcmeGit\Frontend_Ang
ular\node_modules\utf-8-validate\build\validation.vcxproj]
  C:\Users\MarioRossi\AppData\Local\node-gyp\Cache\12.16.1\include\node\node.h(179): note: see declaration of 'node:
  :MakeCallback' (compiling source file ..\src\validation.cc)
C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\node_modules\nan\nan.h(1507): warning C4996: 'v8::Ob
ject::Set': was declared deprecated (compiling source file ..\src\validation.cc) [C:\progetTI\AcmeGit\Frontend_Angula
r\node_modules\utf-8-validate\build\validation.vcxproj]
  C:\Users\MarioRossi\AppData\Local\node-gyp\Cache\12.16.1\include\node\v8.h(3499): note: see declaration of 'v8::Ob
  ject::Set' (compiling source file ..\src\validation.cc)
C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\node_modules\nan\nan.h(1513): warning C4996: 'v8::Ob
ject::Set': was declared deprecated (compiling source file ..\src\validation.cc) [C:\progetTI\AcmeGit\Frontend_Angula
r\node_modules\utf-8-validate\build\validation.vcxproj]
  C:\Users\MarioRossi\AppData\Local\node-gyp\Cache\12.16.1\include\node\v8.h(3499): note: see declaration of 'v8::Ob
  ject::Set' (compiling source file ..\src\validation.cc)
C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\node_modules\nan\nan.h(1519): warning C4996: 'v8::Ob
ject::Set': was declared deprecated (compiling source file ..\src\validation.cc) [C:\progetTI\AcmeGit\Frontend_Angula
r\node_modules\utf-8-validate\build\validation.vcxproj]
  C:\Users\MarioRossi\AppData\Local\node-gyp\Cache\12.16.1\include\node\v8.h(3508): note: see declaration of 'v8::Ob
  ject::Set' (compiling source file ..\src\validation.cc)
C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\node_modules\nan\nan.h(1525): warning C4996: 'v8::Ob
ject::Get': was declared deprecated (compiling source file ..\src\validation.cc) [C:\progetTI\AcmeGit\Frontend_Angula
r\node_modules\utf-8-validate\build\validation.vcxproj]
  C:\Users\MarioRossi\AppData\Local\node-gyp\Cache\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Ob
  ject::Get' (compiling source file ..\src\validation.cc)
C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\node_modules\nan\nan.h(1531): warning C4996: 'v8::Ob
ject::Get': was declared deprecated (compiling source file ..\src\validation.cc) [C:\progetTI\AcmeGit\Frontend_Angula
r\node_modules\utf-8-validate\build\validation.vcxproj]
  C:\Users\MarioRossi\AppData\Local\node-gyp\Cache\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Ob
  ject::Get' (compiling source file ..\src\validation.cc)
C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\node_modules\nan\nan.h(1536): warning C4996: 'v8::Ob
ject::Get': was declared deprecated (compiling source file ..\src\validation.cc) [C:\progetTI\AcmeGit\Frontend_Angula
r\node_modules\utf-8-validate\build\validation.vcxproj]
  C:\Users\MarioRossi\AppData\Local\node-gyp\Cache\12.16.1\include\node\v8.h(3557): note: see declaration of 'v8::Ob
  ject::Get' (compiling source file ..\src\validation.cc)
c:\progetti\Acmegit\frontend_angular\node_modules\utf-8-validate\node_modules\nan\nan_object_wrap.h(24): error C2039:
 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NoncopyablePersistentTraits<T>>' [C:\progetTI\Acme
Git\Frontend_Angular\node_modules\utf-8-validate\build\validation.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\validation.cc)
  C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\node_modules\nan\nan.h(1548): note: see declaratio
  n of 'Nan::Persistent<v8::Object,v8::NoncopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\validation.cc)
c:\progetti\Acmegit\frontend_angular\node_modules\utf-8-validate\node_modules\nan\nan_object_wrap.h(67): warning C499
6: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\validation.
cc) [C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\build\validation.vcxproj]
  C:\Users\MarioRossi\AppData\Local\node-gyp\Cache\12.16.1\include\node\v8.h(566): note: see declaration of 'v8::Per
  sistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\validation.cc)
c:\progetti\Acmegit\frontend_angular\node_modules\utf-8-validate\node_modules\nan\nan_object_wrap.h(124): error C2039
: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NoncopyablePersistentTraits<T>>' [C:\progetTI\Anthe
aGit\Frontend_Angular\node_modules\utf-8-validate\build\validation.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\validation.cc)
  C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\node_modules\nan\nan.h(1548): note: see declaratio
  n of 'Nan::Persistent<v8::Object,v8::NoncopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\validation.cc)
..\src\validation.cc(106): error C2039: 'Handle': is not a member of 'v8' [C:\progetTI\AcmeGit\Frontend_Angular\node_
modules\utf-8-validate\build\validation.vcxproj]
  c:\users\MarioRossi\appdata\local\node-gyp\cache\12.16.1\include\node\v8-platform.h(16): note: see declaration of
  'v8'
..\src\validation.cc(106): error C2061: Syntax error: identifier 'Handle' [C:\progetTI\AcmeGit\Frontend_Angular\node_
modules\utf-8-validate\build\validation.vcxproj]
..\src\validation.cc(112): error C2065: 'target': undeclared identifier [C:\progetTI\AcmeGit\Frontend_Angular\node_mo
dules\utf-8-validate\build\validation.vcxproj]
..\src\validation.cc(112): error C2660: 'v8::FunctionTemplate::GetFunction': function does not take 0 arguments [C:\PRO
GETTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\build\validation.vcxproj]
..\src\validation.cc(131): error C2661: 'v8::Value::ToObject': no overloaded function takes 0 arguments [C:\progetTI\An
theaGit\Frontend_Angular\node_modules\utf-8-validate\build\validation.vcxproj]
..\src\validation.cc(140): error C2065: 'Handle': undeclared identifier [C:\progetTI\AcmeGit\Frontend_Angular\node_mo
dules\utf-8-validate\build\validation.vcxproj]
..\src\validation.cc(140): error C2275: 'v8::Object': illegal use of this type as an expression [C:\progetTI\AcmeGit\
Frontend_Angular\node_modules\utf-8-validate\build\validation.vcxproj]
  C:\Users\MarioRossi\AppData\Local\node-gyp\Cache\12.16.1\include\node\v8.h(3496): note: see declaration of 'v8::Ob
  ject'
..\src\validation.cc(140): error C2065: 'target': undeclared identifier [C:\progetTI\AcmeGit\Frontend_Angular\node_mo
dules\utf-8-validate\build\validation.vcxproj]
..\src\validation.cc(140): error C2182: 'init': illegal use of type 'void' [C:\progetTI\AcmeGit\Frontend_Angular\node
_modules\utf-8-validate\build\validation.vcxproj]
..\src\validation.cc(141): error C2448: 'init': function-style initializer appears to be a function deFinition [C:\PROG
ETTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\build\validation.vcxproj]
..\src\validation.cc(146): warning C4312: 'type cast': conversion from 'int' to 'node::addon_register_func' of greater
size [C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate\build\validation.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\MSBuild.exe` Failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Users\MarioRossi\AppData\Roaming\nvm\v12.16.1\node_modules\npm\node_modules\node-gyp\lib\build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:311:20)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Windows_NT 10.0.18363
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\MarioRossi\\AppData\\Roaming\\nvm\\v12.16.1\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\progetTI\AcmeGit\Frontend_Angular\node_modules\utf-8-validate
gyp ERR! node -v v12.16.1
gyp ERR! node-gyp -v v5.0.5
gyp ERR! not ok

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。