You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When I try to delete a file I get the error below. Seems to be a rights issue but not sure where the issue is coming from so I can address it. Error: EPERM: operation not permitted, unlink my-file.txt
Steps to Reproduce
while pm2 is managing my app I cannot delete(unlink) a from disk
if I stop pm2 (pm2 stop "my-app") and just start it using "node my-app.js" then make the request the file deletes
Also if I npm run remove and npm run deconfigure and install pm2 via npm install pm2 -g the file will delete(unlink). However I need this to run as a service to restart on reboot. Any help would be appreciated.
Description
When I try to delete a file I get the error below. Seems to be a rights issue but not sure where the issue is coming from so I can address it.
Error: EPERM: operation not permitted, unlink my-file.txt
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: