installer icon indicating copy to clipboard operation
installer copied to clipboard

Electron based installer for Node.js.

Results 18 installer issues
Sort by recently updated
recently updated
newest added

This should definitely be enabled by default. The amount of times I have (and I'm sure other people have) skipped this step then tried to install native modules, only to...

Windows installer, retrieved from https://nodejs.org/dist/v16.13.1/node-v16.13.1-win-x64.zip (via https://nodejs.org/en/download/), on a display with the system scaler set to 250%, truncates various labels, rendering them unreadable. For example: ![node](https://user-images.githubusercontent.com/5651184/145687235-097ec9d5-1dfa-4c8a-b025-ae2add83a761.png) Windows 10, 64-bit

Not sure, if the intention was, to add an own `STYLE_GUIDE.md` to this repo. But the link is broken.

This package will let you publish the latest nodejs in the Ubuntu store, and from there reach many users on all the supported Ubuntu versions, and more Linux distributions in...

As titled and discussed in #30. Bonus, when clicking on `Report` the error message will be automatically copied into the clipboard :) If you want to try it, just do...

We have had a lot of issues with the pkg installer (especially when upgrading from v4 -> a version that contains npm 3) not fully replacing npm.

Probably needs different code for both Mac, Windows and Linux.

enhancement
help wanted

OS: Ubuntu 16.04 Current Node Version: 6.11.3 (installed through nvm) I also have the latest version of node as a repo (but it's not installed into the system) node is...

Currently we are using native ES6 for all the code, are we going to consider using something like `typescript` (which we get for free with `electron-forge`) to write our main/renderer...

Discussion

Running the latest master, [ead0461](https://github.com/nodejs/installer/commit/ead0461202514ca3263334831c2c52b45aef7a61). Trying to install a new node version. First, this: Then: ![screen shot 2017-06-26 at 3 03 04 pm](https://user-images.githubusercontent.com/2289/27562375-26ee3faa-5a81-11e7-85e9-2c6070e1d0c4.png) Renderer process console: Main process console: ```...