Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Namespace 'Electron.CrossProcessExports' has no exported member 'Remote

I'm new to Electronjsenter image description here.

Error: node_modules/ngx-electron/lib/electron.service.d.ts:17:31 - error TS2694: Namespace 'Electron.CrossProcessExports' has no exported member 'Remote'.

17     readonly remote: Electron.Remote;

I hope anyone here, understands with this and is able to solve this. thank you! because my goal is to connect ipcMain, using ipcRenderer that I triggered on Angular Services.

like image 450
Vijay Keshri Avatar asked Oct 19 '25 13:10

Vijay Keshri


1 Answers

A simple google search lead me to the issues section of the repository, and one issue in particular.

The user, named andelz, gave a pretty good answer regarding what might be wrong. By trial and error, I found a working solution that still contains no vulnerabilities (as of the moment of writing):

"ngx-electron": "2.2.0",
"electron": "13.6.6"
like image 134
Jack Doe Avatar answered Oct 22 '25 04:10

Jack Doe



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!