
Carlos Antonio Espin Constante
PreguntaTengo el siguiente error. No puedo solucionarlo con las respuestas en los otros comentarios. Les agradecería mucho su ayuda.
gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1 gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/node-gyp/lib/configure.js:351:16) gyp ERR! stack at ChildProcess.emit (events.js:315:20) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) gyp ERR! System Linux 4.19.104-microsoft-standard gyp ERR! command "/usr/bin/node" "/usr/bin/node-gyp" "configure" gyp ERR! cwd /home/toniodev/documentos/platzi/escuelaDesarrolloWeb/fundamentosNodeJs/modulos/nativos gyp ERR! node -v v14.15.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! not ok

Carlos Antonio Espin Constante
Hola Dani. Muchas gracias por tu ayuda :D. Ha funcionado!

Daniel Adolfo Ordoñez Rubio
Hola, Antonio :) Puedes intentar con las soluciones que proponen en esta pregunta de stack overflow. Lo que recomienda la mayoría es actualizar, ya sea npm, o borrar node_modules y package-lock.json hacer update e instalar nuevamente. Cuéntame si pudiste solucionarlo ;)