Skip to main content

Hi 

we used to push our zapier version by command “npm run zapier-push” and it was working fine 3 month earlier. but now when I am running this and trying to push new version then push is successful and there is no error in terminal but I am not seeing my new version in list.

also I have tried to use ‘Zapier push’ command getting this error

I have tried running the commands “npm i --save-dev @types...` ” but no success. can any one tell me what could be the possible issue. Thanks

Hi @AmrishKumar I’ve reassigned this to the Developer Discussion section.


Hi @AmrishKumar - As you can see in the logs, this has to do with missing typescript declaration files. Have you tried to delete your node_modules folder then running npm install again?