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
Windows 11 no longer has WMIC as it has been replaced by the WMI interface. You can enable it by following the instructions here but the real fix is that PM2 would have to move away from WMIC and use the WMI interface.
What's going wrong?
How could we reproduce this issue?
ecosystem.config.js
pm2 start ecosystem.config.js
Supporting information
This issue has been reported before (#3873, #4954).
I'm running Windows 11 (build 22557.ni_release.220210-1445), and it appears that
wmic
has been deprecated in Windows 11 dev builds.The text was updated successfully, but these errors were encountered: