cpanel node.js Can't acquire lock for app: app

Viewed 14771

i am trying to deploy a node.js app. after creating and installing modules using cpanel interface. when i run script, i get this error: Can't acquire lock for app: app. any idea?

4 Answers

remove .lock file at source /home/<repo>/nodevenv/node/

My solution Open File Manager find .lock:

/home/[username]/nodevenv/[domain]

then remove .lock file

I solved this by going the virtualenv folder and deleting the .lock file

Related