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
The pm2-service-install script in @innomizetech/pm2-windows-service fails on Windows with Node 14.0.0. Everything functions as expected with Node 12.16.2.
The following was captured with pm2-installer 2.1.1, node v14.0.0, and npm 6.14.4 on win32-10.0.18363:
This is an issue with pm2-windows-service. Given that it's is essentially unmaintained, I don't expect it to be fixed anytime soon.
Rewriting and replacing pm2-windows-service seemed to be the only viable option going forward, so I did. The new service is in the rewrite-service branch.
It works with Node 14, and should be a lot easier to maintain going forward.
I'll merge #4 once I've tested it across a broader spectrum of Windows releases. Please try it out if you're feeling adventurous.
The pm2-service-install script in
@innomizetech/pm2-windows-service
fails on Windows with Node 14.0.0. Everything functions as expected with Node 12.16.2.The following was captured with
pm2-installer
2.1.1,node
v14.0.0, and npm6.14.4
onwin32-10.0.18363
:The text was updated successfully, but these errors were encountered: