Skip to main content
Question

Not seeing the newly pushed app version in zapier.

  • April 7, 2021
  • 2 replies
  • 139 views

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

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • April 7, 2021

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


ikbelkirasan
Forum|alt.badge.img+12
  • Zapier Solution Partner
  • April 15, 2021

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?