javascript - Is NodeJS required for a build Electron App? -


i have created own app using electron , built using electron-packager .app file.

of course on mac — with nodejs installed — works. wonder if work if sent app friend doesn't have nodejs installed. question is: is nodejs required run packaged electron app?

thank you!

if you've packaged app correctly able send friend (you need zip / dmg app because contains symlinks). friend not need install electron nor node beforehand -- should packaged (including node modules).


Comments

Popular posts from this blog

C++: Boost interprocess memory mapped file error -

python - IO.UnsupportedOperation: Not Writable -

python - malformed header from script index.py Bad header -