简体   繁体   中英

How can I remove my NodeJs application from Cpanel?

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

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

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

delete file.lock from nodevenv directory which is in your root folder.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM