Ethan Ma
Results
1
comments of
Ethan Ma
how to fix `VS VCINSTALLDIR not set, not running in VS Command Prompt` using vs2022 ,help me please.
Maybe your Powershell is in ConstrainedLanguage mode. node-gyp will fail to find Visual Studio in this mode. Check this in Powershell: `$ExecutionContext.SessionState.LanguageMode`. You can see this [how to change PowerShell...