Friday, 26 May 2017

Can I update a module on end user's machine without npm or node?

I'm developing an electron application and a module and an electron application uses a module that I made. but I really want to update a module on end user's machine when the target module has new version even if their machine hasn't installed NPM or node environment.

In conclusion, my question is: Can I update a module for an electron application on end user's machine even if NPM or Node environment hasn't installed on their computer?



via TerNer

No comments:

Post a Comment