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
while i install pm2-installer success, i run my progress with an admin command line interface. i try to create a dir C:\Users\wowo\Documents\VideoCopilot, then i receive an error Error: EPERM: operation not permitted, mkdir 'C:\Users\wowo\Documents\VideoCopilot'.
so is this a bug ? or Window's security policy ?
thanks for any help
The text was updated successfully, but these errors were encountered:
bug. I think it is a problem with the "service wrapper" exe.
C:\ProgramData\pm2\service\daemon\pm2.exe
That really isn't the pm2 program. Windows requires the exe to be flagged as a service or it can't be run as a service.
This program is flagged as a service and then uses the configuration files found in the same directory to actually run the program you want that isn't flagged as a service. So far, this seems to be the cause of the error you are seeing. I am getting it two and several other tickets have the same error, just for different reasons.
while i install
pm2-installer
success, i run my progress with an admin command line interface. i try to create a dirC:\Users\wowo\Documents\VideoCopilot
, then i receive an errorError: EPERM: operation not permitted, mkdir 'C:\Users\wowo\Documents\VideoCopilot'
.so is this a bug ? or Window's security policy ?
thanks for any help
The text was updated successfully, but these errors were encountered: