DEV Community

Discussion on: Bundle your Node app to a single executable for Windows, Linux and OsX

Collapse
 
jochemstoel profile image
Jochem Stoel

I wrote this already.

Dependencies need to be in package.json
If you NPM install after you created your app, it will automatically add the dependency to package.json for you.