New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

electron-rebuilder

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-rebuilder

Prepare a Node.js package before being published

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source




Site | NPM Module | GitHub Repo

Electron Rebuilder automatically rebuilds for the correct Electron and Node.js abi versions.

📦 Install Electron Rebuilder

Option 1: Install via npm

Install with npm if you plan to use Electron Rebuilder in a Node.js project.

npm install electron-rebuilder --save-dev

🦄 Features

  • Automatically rebuild for the correct Electron and Node.js abi version

📘 Example Setup

After installing via npm, simply put this in your package.json

...
"main": "dist/index.js",
"scripts": {
  "rebuild": "node -e 'require(`electron-rebuilder`)()'"
},
...

🗨️ Final Words

If you are still having difficulty, we would love for you to post a question to the Electron Rebuilder issues page. It is much easier to answer questions that include your code and relevant files! So if you can provide them, we'd be extremely grateful (and more likely to help you find the answer!)

Keywords

management

FAQs

Package last updated on 19 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts