skip to Main Content

I started my nodejs application as I followed these instructions: how to deploy an APP NodeJS Through cPanel.

However, after running my .js script, I can’t edit/stop/delete the application.

On trying to delete, an error shows up :

Can’t acquire lock for app:app

Please help

4

Answers


  1. Chosen as BEST ANSWER

    I found out that it was a problem that the hosting providers can solve for you. My hosting providers solved the problem :D


  2. ITS VERY SIMPLE THIS IS HOW I SOLVED

    DELETE FOLDERS like I created node project named app

    remove all folders named with ‘app’ inside public-html, home/example , nodevenv

    Now open npm software in cpanel refresh it will be removed now.

    Now create a new app now

    Login or Signup to reply.
  3. delete file .lock from nodevenv directory which is in your root folder.

    Login or Signup to reply.
  4. Delete the project folder in the nodevenv then try removing the project in the nodejs web applications

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search