Después de ejecutar el comando npm install para instalar las dependencias del proyecto el cloud shell me retorna este error:
npm ERR! code 87
npm ERR! path /home/opc/1911-OCI2-doguito-app/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: /home/opc/.npm/_logs/2024-03-01T00_33_53_309Z-debug-0.log
Traté actualizando la versión de Node js pero sigue sin funcionar, también traté de utilizar el comando:
npm install oracledb
y me manda un error igual al anterior, ¿Qué puedo hacer?