Hi,
I am working on OneDrive integration following this git repo
https://github.com/zapier/zapier-platform/tree/main/example-apps/onedrive
I have validated the code, test cases are also working fine.
I am using Axios for Post Requests and URLSearchParams to add params in the request body.
The problem I am facing that its
- missing node modules for axios after Zapier Push to Server.
- missing node modules while running test cases using “zapier test --debug”.