This topic was automatically generated from Slack. You can find the original thread here.
Michele Fiordispina : Hi! One of my workflows suddenly stopped working with TypeErrorObject prototype may only be an Object or null: undefined
I pinned down the issue and seems like it’s having trouble importing an npm library. Said library wasn’t updated recently and I can import it locally. Any help please?
Dylan Sather (Pipedream) : the require was failing because in our environment, process.chdir isn’t available. It also isn’t used in this particular package, but a dependency required it to be available. This just stubs it out with that “not implemented” message