electron/get

Electron seems depending an unsupported package: npm warn deprecated boolean@3.2.0: Package no longer supported.

Opened this issue ยท 10 comments

Forwarding this issue from here : electron/electron#44416

Just encountered the same issue.

System: Sonoma MacBook Pro M1 14"

I was updating node_mods and seemed to get the same:
npm warn deprecated boolean@3.2.0: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

Any Solution?

Same issue here.

Reposting from the electron/electron issue, but this is the upstream problem: gajus/global-agent#70

use npm install electron@latest

use npm install electron@latest

That won't work. The global-agent package has not been patched to remove usage of the boolean package yet as per the upstream issue.

Same issue here.

Installing version 33.3.0 worked for me.

npm i electron@33.3.0

Any Solution?

I had this same issue when I try to create an electron folder myself, but when I used the Electron quick start on Github it no longer gave me the warning that the package wasn't supported. Very odd but that's what worked for me.

Installing a new version of electron won't solve the issue according to this project's lockfile. Perhaps npm just isn't showing the warning on every single install?

get/yarn.lock

Lines 1130 to 1133 in e2be210

boolean@^3.0.1:
version "3.1.4"
resolved "https://registry.yarnpkg.com/boolean/-/boolean-3.1.4.tgz#f51a2fb5838a99e06f9b6ec1edb674de67026435"
integrity sha512-3hx0kwU3uzG6ReQ3pnaFQPSktpBw6RHN3/ivDKEuU8g1XSfafowyvDnadjv1xp8IZqhtSukxlwv9bF6FhX8m0w==