Videos
» npm install windows-build-tools
I maybe very late but you can use "nexe" module that compile nodejs + your script in one executable: https://github.com/crcn/nexe
EDIT 2021: Nexe's latest release is from 2017 and it appears that development has otherwise slowed, so the more-widely-used alternative from Vercel should also be considered these days: pkg
Node.js runs on top of the V8 Javascript engine, which itself optimizes performance by compiling javascript code into native code... so no reason really for compiling then, is there?
https://developers.google.com/v8/design#mach_code
Hi!
I'm a js/react/react-native/etc. developer who has primarily been using macos & ubuntu server to develop for the last decade or so.
Just looking for tips and tools for how you guys develop on windows. Should I just be using ubuntu on windows and the usual tools, or are there windows based methods worth using now?
Thanks.