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”.
![](https://uploads-us-west-2.insided.com/zapier-ca/attachment/85d69f45-da74-41ee-8693-cb8cde99ecfe.png)
![](https://uploads-us-west-2.insided.com/zapier-ca/attachment/59bf82dc-589a-49f1-9a4c-3c739ab108a6.png)