You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Strapi v3 and it enforces Node v14, when I try to install AppSignal Node package, it throws;
error node-gyp@10.0.1: The engine "node" is incompatible with this module. Expected version "^16.14.0 || >=18.0.0". Got "14.19.3"
error Found incompatible module.
Any workarounds?
The text was updated successfully, but these errors were encountered:
We use OpenTelemetry, which itself does not support Node.js 14 anymore. Node.js 14 has been unsupported for almost three years at this point. I'm afraid there is no workaround. The only solution would be to upgrade Node.js (and Strapi) as needed.
I'm using Strapi v3 and it enforces Node v14, when I try to install AppSignal Node package, it throws;
Any workarounds?
The text was updated successfully, but these errors were encountered: