You are not logged in.

#1 2022-07-10 17:22:20

questionask
Member
Registered: 2021-01-09
Posts: 57

[SOLVED] installing electron (19.0.8-1) breaks dependency 'electron18'

Since a few hours, pacman -Syu gives:

:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing electron (19.0.8-1) breaks dependency 'electron18' required by code

I'm using (Visual Studio) code.

Last edited by questionask (2022-07-10 18:39:51)

Offline

#2 2022-07-10 18:11:47

progandy
Member
Registered: 2012-05-17
Posts: 5,193

Re: [SOLVED] installing electron (19.0.8-1) breaks dependency 'electron18'

I believe you'll have to install electron18 during the upgrade as well:

pacman -Syu electron18

If you do not need/want electron version 19 you could use two steps I think

pacman -S electron18
pacman -Syu

| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#3 2022-07-10 18:39:28

questionask
Member
Registered: 2021-01-09
Posts: 57

Re: [SOLVED] installing electron (19.0.8-1) breaks dependency 'electron18'

Thanks! The first one worked.

Offline

#4 2022-07-11 21:48:33

wildw1ng
Member
Registered: 2020-03-17
Posts: 11

Re: [SOLVED] installing electron (19.0.8-1) breaks dependency 'electron18'

pacman -Syu electron18

Thanks, can confirm this works!

Last edited by wildw1ng (2022-07-11 21:48:44)

Offline

Board footer

Powered by FluxBB