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++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -