Hi,
I observed an issue with while using nodejs request module v2.83.0. The import of this library fails due to a patch upgrade in one of the dependencies called hawk, where in usage of “const” has been introduced, and “const” is not supported by the current node version running on Edge cloud. I had to revert to an older version of request v2.65.0.
Is there a plan to upgrade the node version ? As this issue may pop for other npm modules as well.
Note : Link to a discussion on github for more details on the patch upgrade