'Electron application using node-pty and xterm that will be build for sending to Microsoft Store

I need to use node-pty and xterm with my electron application however node-pty Github page says "npm install requires some tools to be present in the system like Python and C++ compiler. Windows users can easily install them by running the following command in PowerShell as administrator."

The application will be sold in Microsoft Store. My question: Will users also need to install any Python and C++ related things to their computer or only I need to install for making application ?

What I fear is that xterm will work on my computer but when users install it from store it will produce and error saying something is missing with Python etc and is it possible to prevent occuring this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source