Is changing syntax of require(“node:fs”) to require(“fs”) an acceptable workaround inside openai package
I am working on an already created project and trying to add openai to it. I had been initially informed that node 16 version is to be used but found out later through other devs that everyone is on 14.17.3 and same is used all over the project.