DEV Community

Discussion on: How to build native desktop apps with JavaScript

Collapse
 
gaborimolai profile image
Gábor Imolai • Edited

Windows
install the build tools by running
npm install --global --production windows-build-tools":

windows-build-tools@5.2.2: Node.js now includes build tools for Windows. You probably no longer need this tool. See github.com/felixrieseberg/windows-... for details.

npm i crypto

crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.