
Daniel Tolosa
PreguntaHola, cuando ejecuto npm i - y no pasa nada solo aparece esto
<code> npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'live@0.1.25-beta.0', npm WARN EBADENGINE required: { node: '^6.0.0' }, npm WARN EBADENGINE current: { node: 'v15.8.0', npm: '7.5.1' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'live-service-hub@0.1.3', npm WARN EBADENGINE required: { node: '^6.0.0' }, npm WARN EBADENGINE current: { node: 'v15.8.0', npm: '7.5.1' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'zog@0.1.2', npm WARN EBADENGINE required: { node: '^6.0.0' }, npm WARN EBADENGINE current: { node: 'v15.8.0', npm: '7.5.1' } npm WARN EBADENGINE } up to date, audited 908 packages in 6s 11 packages are looking for funding run `npm fund` for details 21 vulnerabilities (11 low, 6 moderate, 4 high) To address issues that do not require attention, run: npm audit fix Some issues need review, and may require choosing a different dependency. Run `npm audit` for details.

Francisco Ponce
Hola Daniel,
Investigué un poco y parece ser que estas ejecutando una versión un poco desactualizada de npm.
¿Podrías intentar con este comando y ver si se soluciona?
npm install npm@latest -g