This is a guide how package a Node.js application as windows executable. Other executables are possible, but require adjusting steps 4 and 5 according to the official Node.js SEA documentation.
ensure that the following modules are installed either in the project or globally
- Node.js version you want to use in the executable
- webpack
- postject