mrudulp
mrudulp
how to fix `VS VCINSTALLDIR not set, not running in VS Command Prompt` using vs2022 ,help me please.
I have VS 2022 and node-gyp8.4 I still see error ``` gyp info it worked if it ends with ok gyp info using [email protected] gyp info using [email protected] | win32...
how to fix `VS VCINSTALLDIR not set, not running in VS Command Prompt` using vs2022 ,help me please.
@heartacker yes, have followed those instructions before posting. ``` VCIDEInstallDir=C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\VC\ VCINSTALLDIR=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\ VCToolsInstallDir=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\ VCToolsRedistDir=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Redist\MSVC\14.30.30704\ VCToolsVersion=14.30.30705 VisualStudioDir=C:\Users\\Documents\Visual Studio 2022 VisualStudioEdition=Microsoft...
how to fix `VS VCINSTALLDIR not set, not running in VS Command Prompt` using vs2022 ,help me please.
Nope did not help or did something wrong... here is what I did ``` @SET VCINSTALLDIR=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\ @SET VSINSTALLDIR=C:\Program Files\Microsoft Visual Studio\2022\Community\ @SET VCIDEInstallDir=C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\VC\ @SET...