Hey there! I'm currently working on an ElectronJS application designed for developers. One of the key features is checking for the presence of NodeJS on the user's computer. If it's not detected, the app will automatically download and install the latest version of NodeJS before proceeding with its own installation.
In addition to this, I'm looking to incorporate a feature that checks, downloads, and installs specific node_modules globally during the electron app installation process. This step is important to ensure that users have all necessary tools readily available without having to install them separately.
Any suggestions on how I can make this happen smoothly?
It would be really great if we can make sure that this entire process works seamlessly across all major platforms including Windows, Linux, and MAC operating systems.