Trying to compile a #node CLI app to a Windows exe has turned out to be tougher than I thought. The go-to solution at the moment is #nexe, but it's a bit light on documentation. I've made some progress with it by adding the nexe section to my package.json and starting to put together a Windows environment that can build node. But disappointingly slow going for what I thought was a reasonably common use case.