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.