Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Fix Error: Could not detect abi for version 15.0.0
Browse files Browse the repository at this point in the history
and runtime electron.  Updating "node-abi" might help solve this issue if it is a new release of electron

Fix:
"For anyone else that runs into this problem and if you're using yarn:
go into yarn.lock file, find entry for node-abi, delete it, then re-run
yarn." (@see
electron/forge#667 (comment))
  • Loading branch information
veado committed Sep 30, 2021
1 parent 0ca4a4a commit 3490382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13705,9 +13705,9 @@ no-case@^3.0.4:
tslib "^2.0.3"

node-abi@^2.21.0, node-abi@^2.7.0:
version "2.30.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.30.0.tgz#8be53bf3e7945a34eea10e0fc9a5982776cf550b"
integrity sha512-g6bZh3YCKQRdwuO/tSZZYJAw622SjsRfJ2X0Iy4sSOHZ34/sPPdVBn8fev2tj7njzLwuqPw9uMtGsGkO5kIQvg==
version "2.30.1"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.30.1.tgz#c437d4b1fe0e285aaf290d45b45d4d7afedac4cf"
integrity sha512-/2D0wOQPgaUWzVSVgRMx+trKJRC2UG4SUc4oCJoXx9Uxjtp0Vy3/kt7zcbxHF8+Z/pK3UloLWzBISg72brfy1w==
dependencies:
semver "^5.4.1"

Expand Down

0 comments on commit 3490382

Please sign in to comment.