Skip to content
Advertisement

I can’t start node.js on hosting

I am trying to install my node.js server in hosting. The server running on Windows but not work in hosting.

RUN NPM INSTALL ERRROR

JavaScript

START SERVER ERROR

JavaScript

Advertisement

Answer

You need to stop the application before running NPM install. That should fix it

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement