prebuild / prebuild

A command line tool for easily doing prebuilds for multiple version of node on a specific platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade node-abi for electron 3

VictorLeach96 opened this issue · comments

I'm trying to target electron version 3.0.0 and getting this error. I think we need to bump node-abi to 2.5.0 to fix this.

prebuild info begin Prebuild version 8.1.2
prebuild info build Preparing to prebuild cudo-ethminer@2.0.0-rc.1 for electron 3.0.0 on linux-x64 using cmake-js
Could not detect abi for version 3.0.0 and runtime electron.  Updating "node-abi" might help solve this issue if it is a new release of electron

Hmm that should be part of prebuild already since we depend on node-abi@^2.2.0.

$ cat node_modules/node-abi/index.js | grep electron | grep 3.0.0
  {runtime: 'electron', target: '3.0.0', abi: '64', lts: false}

Have you tried re-installing prebuild?

My bad, updating properly worked, thanks!