We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting the below error while installing this package
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.props(31,5): err or MSB4186: Invalid static method invocation syntax: "[Microsoft.Build.Utilities.ToolLocationHelper]::FindRootFolderWhe reAllFilesExist($(_VCTargetsPathFolders), $(_RelativeToolsetFiles))". Method 'Microsoft.Build.Utilities.ToolLocationHel per.FindRootFolderWhereAllFilesExist' not found. Static method invocation should be of the form: $([FullTypeName]::Meth od()), e.g. $([System.IO.Path]::Combine(a, b)). [D:\HDElectron\node_modules@paulcbetts\system-idle-time\build\sys tem_idle_time.vcxproj]
a
b
I have installed VS 2019 community and vs 2019 build tools. Please let me know how to fix this, as this is blocking a release .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am getting the below error while installing this package
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.props(31,5): err$(_VCTargetsPathFolders), $ (_RelativeToolsetFiles))". Method 'Microsoft.Build.Utilities.ToolLocationHel
or MSB4186: Invalid static method invocation syntax: "[Microsoft.Build.Utilities.ToolLocationHelper]::FindRootFolderWhe
reAllFilesExist(
per.FindRootFolderWhereAllFilesExist' not found. Static method invocation should be of the form: $([FullTypeName]::Meth
od()), e.g. $([System.IO.Path]::Combine(
a
,b
)). [D:\HDElectron\node_modules@paulcbetts\system-idle-time\build\system_idle_time.vcxproj]
I have installed VS 2019 community and vs 2019 build tools.
Please let me know how to fix this, as this is blocking a release .
The text was updated successfully, but these errors were encountered: