8

I get an error after installing Node in CPanel, I uploaded my package.json file but whenever I tap the Run NPM install button, it shows an error on the right hand side saying, Web Application is inaccessible by its address http://www.exampleforquestion.com, the operation was not performed.

Alec Aldrine Lakra
  • 355
  • 1
  • 4
  • 14

1 Answers1

23

You need to stop the application before running npm install.

Adrian Mole
  • 49,934
  • 160
  • 51
  • 83
Rahul Wable
  • 239
  • 2
  • 4