Ethan Ma

Results 1 comments of Ethan Ma

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...