Closed farfromrefug closed 6 years ago
Have you built the native modules yourself, or are you using the pre-built binaries?
You could try installing the Windows 10 SDK build 15063, maybe that will add some runtime dependency, though I didn't think that was needed at runtime.
Or you could try using a dependency walker tool to identify the missing dependency.
@jasongin yes dependency walker was the solution! I actually finally figured out that noble-uwp require VC C++ redistributable 2015 Update 3 ! I had one computer without any and one with the 2015 first version. Both were not working and are now!
Even my computer (which was working) stopped working. For some reason i did not have the update 3 anymore, only the first version.
Maybe this should be put in runtime requirements?
Thanks for looking at this.
On some windows 10 computers we are facing issues with noble-uwp the computer is running windows 10 creators update but with a very simple npm project with only noble-uwp i get this:
The file is there just it won't load and i think it's related to something not beeing found.
In case you see something obvious... Maybe it needs some redistributable? but i have never seen the need for it
Thanks