Hello,
We have recently decided to begin transitioning of a big project to use auth0, however we have some concerns about integrated Node environment (webtask?).
In our tests when logging process.env.NODE_ENV
in our custom rules and a custom connection configuration, it prints 4.8.7
. This is unacceptable for us, since Node 4 has been in maintenance mode for almost a year, and is set to reach EOL at the end of April. Not only does this provide sub-par DX, but it’s also a security concern since this release won’t receive any security fixes or updates.
Our question is if it’s possible already today to configure the service to use the latest LTS release, or if there are plans in place to transition everyone to this version before Node 4 reaches EOL.
Another concern is the seemingly arbitrary linting rules in the editor, because they complain about features already supported by the existing Node runtime (like const
assignments for example). Please let us know if it’s possible to turn these off or adjust them.
Thank you,
Simon.