DEV Community

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

Collapse
 
filipesrezende profile image
Filipe Rezende

Very interesting! How can i embed server dependencies like Express, Mongoose, etc?

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.