I’m encountering an issue while trying to instrument AppDynamics in a Node.js microservice. Here are the details: Node.js version: v14.21.2 npm version: 8.19.4 Operating system: Linux BBTMF-4AF63ZF83 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux AppDynamics version: 23.3.0 The installation process (npm install --legacy-peer-deps) succeeds, but when I run npm run start, I encounter an error message related to appdynamics-libagent-napi. Has anyone else faced a similar issue with this library? Any ideas on how to resolve it? I’m running out of solutions here.
... View more