Me arroja este error, y no e podido resolverlo, y ya no me deja avanzar para terminar el proyecto
opc@tps-vm1 doguito-api-es]$ npm install
npm notice
npm notice New major version of npm available! 8.19.4 -> 10.3.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.3.0
npm notice Run npm install -g npm@10.3.0 to update!
npm notice
npm ERR! code 87
npm ERR! path /home/opc/doguito-api-es/node_modules/oracledb
npm ERR! command failed
npm ERR! command sh -c -- node package/install.js
npm ERR! oracledb ERR! NJS-067: a pre-built node-oracledb binary was not found for linux arm64
npm ERR! oracledb ERR! Try compiling node-oracledb source code using https://oracle.github.io/node-oracledb/INSTALL.html#github
npm ERR! A complete log of this run can be found in:
npm ERR! /home/opc/.npm/_logs/2024-01-19T01_20_52_948Z-debug-0.log
Por lo que vi me dice que tengo que ejecutar el codigo npm install -g npm@10.3.0 para actualizar, pero al hacerlo tambien me marca error [opc@tps-vm1 doguito-api-es]$ npm install -g npm@10.3.0 npm ERR! code EBADENGINE npm ERR! engine Unsupported engine npm ERR! engine Not compatible with your version of node/npm: npm@10.3.0 npm ERR! notsup Not compatible with your version of node/npm: npm@10.3.0 npm ERR! notsup Required: {"node":"^18.17.0 || >=20.5.0"} npm ERR! notsup Actual: {"npm":"8.19.4","node":"v16.20.2"}
npm ERR! A complete log of this run can be found in: npm ERR! /home/opc/.npm/_logs/2024-01-19T01_21_32_121Z-debug-0.log
Alguien sabe que hacer?