I’d like to use the latest version of the openai npm library in my Atlas functions, but when I try to push my changes I get the error:
push failed: failed to install dependencies: failed to transpile node_modules/node-domexception/.history/index_20210527213843.js. "node-dome
So, I currently have to use the older version 3.3.0 of the openai library. This works ok for now, but I’d like to be able to use the latest version to take advantage of the latest features.
The issue appears to be that they added the node-domexception
dependency in version 4 of the library, which does not appear to be compatible with Atlas’s transpiling capabilities.
Are you guys aware of this issue? Could you try to add support for the latest version of the openai npm library?
Thanks,
Elias