I am writing an electron app with electron-windows-notifications which is dependant on NodeRT.
As I try to install my project, I get following error for each of
After trying full installation process on a different computer I found an issue causing this problem. In install instructions it is stated that "VS 2015 Express for Windows Desktop" is needed. However, Visual Studio itself is not enough and when installing a person has to install Windows 10 SDK as well.
Retrospectively it seems obvious but for someone new to JS-native-related technologies, it might be useful to explicitly declare this in README. :)