Error code ELIFECYCLE

After reinstall of Chia GUI on Mint 20.2 - Cinnamon 5.0.7 starting the gui fails with the following error in the .npm log

19 error code ELIFECYCLE
20 error syscall spawn
21 error file sh
22 error errno ENOENT
23 error chia-blockchain@1.2.6-dev67 electron: electron .
23 error spawn ENOENT
24 error Failed at the chia-blockchain@1.2.6-dev67 electron script.
24 error This is probably not a problem with npm. There is likely additional logging output

Any help would be great been tried reinstall and updates no change.

Complete log output

0 info it worked if it ends with ok
1 verbose cli [ ‘/usr/bin/node’, ‘/bin/npm’, ‘run’, ‘electron’ ]
2 info using npm@6.14.4
3 info using node@v10.19.0
4 verbose run-script [ ‘preelectron’, ‘electron’, ‘postelectron’ ]
5 info lifecycle chia-blockchain@1.2.6-dev67~preelectron: chia-blockchain@1.2.6-dev67
6 info lifecycle chia-blockchain@1.2.6-dev67~electron: chia-blockchain@1.2.6-dev67
7 verbose lifecycle chia-blockchain@1.2.6-dev67~electron: unsafe-perm in lifecycle true
8 verbose lifecycle chia-blockchain@1.2.6-dev67~electron: PATH: /usr/share/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/alfred/chia-blockchain/chia-blockchain-gui/node_modules/.bin:/home/alfred/chia-blockchain/venv/bin:/sbin:/bin:/usr/bin:/usr/local/bin
9 verbose lifecycle chia-blockchain@1.2.6-dev67~electron: CWD: /home/alfred/chia-blockchain/chia-blockchain-gui
10 silly lifecycle chia-blockchain@1.2.6-dev67~electron: Args: [ ‘-c’, ‘electron .’ ]
11 info lifecycle chia-blockchain@1.2.6-dev67~electron: Failed to exec electron script
12 verbose stack Error: chia-blockchain@1.2.6-dev67 electron: electron .
12 verbose stack spawn ENOENT
12 verbose stack at ChildProcess. (/usr/share/npm/node_modules/npm-lifecycle/lib/spawn.js:48:18)
12 verbose stack at ChildProcess.emit (events.js:198:13)
12 verbose stack at maybeClose (internal/child_process.js:982:16)
12 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
13 verbose pkgid chia-blockchain@1.2.6-dev67
14 verbose cwd /home/alfred/chia-blockchain/chia-blockchain-gui
15 verbose Linux 5.4.0-91-generic
16 verbose argv “/usr/bin/node” “/bin/npm” “run” “electron”
17 verbose node v10.19.0
18 verbose npm v6.14.4
19 error code ELIFECYCLE
20 error syscall spawn
21 error file sh
22 error errno ENOENT
23 error chia-blockchain@1.2.6-dev67 electron: electron .
23 error spawn ENOENT
24 error Failed at the chia-blockchain@1.2.6-dev67 electron script.
24 error This is probably not a problem with npm. There is likely additional logging output above.
25 verbose exit [ 1, true ]