cancel
Showing results for 
Search instead for 
Did you mean: 
Generative AI
Explore discussions on generative artificial intelligence techniques and applications within the Databricks Community. Share ideas, challenges, and breakthroughs in this cutting-edge field.
cancel
Showing results for 
Search instead for 
Did you mean: 

NPM ERROR Deploying Databricks app

avinashk
New Contributor III

Hello everyone. 

I have developed a node.js application and trying to deploy it in databricks. 

But I am seeing the following error 

2025-08-14 10:43:09SYSTEM
 
npm error This is an error with npm itself. Please report this error at:
2025-08-14 10:43:09SYSTEM
 
npm error Exit handler never called!

Any solution for this. This is happening even when I create a custom app. 

1 REPLY 1

SP_6721
Contributor III

Hi @avinashk ,

Try downgrading your Node.js version, as certain versions can cause this issue. Also, clearing the npm cache and reinstalling your dependencies may resolve this issue.