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
I dug into this to see if it's an easy fix. This issue comes from the os-name package, which has added Windows 11 support, but has also introduced a breaking change in moving to an ES Module format. Attempted to bump and migrate but envinfo doesn't support es modules
Attempting to run "npx envinfo" will fail under the latest Windows 11 builds as wmic is deprecated. It has been replaced with Powershell for WMI (https://docs.microsoft.com/en-us/powershell/scripting/learn/ps101/07-working-with-wmi?view=powershell-7.2)
The text was updated successfully, but these errors were encountered: