Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm start fail #8

Open
tcccorp opened this issue Feb 20, 2022 · 3 comments
Open

npm start fail #8

tcccorp opened this issue Feb 20, 2022 · 3 comments

Comments

@tcccorp
Copy link

tcccorp commented Feb 20, 2022

Description of Bug

after npn install, there are some warn/errors about vuln. I updated with npm audit fix --force and launch npm start.

there is error below. i tried on Windows 10 and under Debian and it is the same issue

unredacter@1.0.0 start
npm run build && electron ./dist/main.js

unredacter@1.0.0 build
tsc

src/main.ts:20:7 - error TS2322: Type '{ preload: string; nodeIntegration: false; worldSafeExecuteJavaScript: true; contextIsolation: true; }' is not assignable to type 'WebPreferences'.
Object literal may only specify known properties, and 'worldSafeExecuteJavaScript' does not exist in type 'WebPreferences'.

20 worldSafeExecuteJavaScript: true,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/electron/electron.d.ts:12965:5
12965 webPreferences?: WebPreferences;
~~~~~~~~~~~~~~
The expected type comes from property 'webPreferences' which is declared here on type 'BrowserWindowConstructorOptions'

src/main.ts:177:7 - error TS2322: Type '{ sandbox: true; webSecurity: true; contextIsolation: true; webviewTag: false; enableRemoteModule: false; allowRunningInsecureContent: false; nodeIntegration: false; nodeIntegrationInWorker: false; nodeIntegrationInSubFrames: false; nativeWindowOpen: false; safeDialogs: true; }' is not assignable to type 'WebPreferences'.
Object literal may only specify known properties, and 'enableRemoteModule' does not exist in type 'WebPreferences'.

177 enableRemoteModule: false,
~~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/electron/electron.d.ts:12965:5
12965 webPreferences?: WebPreferences;
~~~~~~~~~~~~~~
The expected type comes from property 'webPreferences' which is declared here on type 'BrowserWindowConstructorOptions'

Found 2 errors.

What should the expected behavior be

Platform Affected

[ ] Dev
[ ] Preview
[ ] Production

Steps to Reproduce

Steps to reproduce the behavior

Additional context

win 10 and Debian

Relevant screenshots

If applicable, add screenshots to help explain your problem.

@dan-bishopfox
Copy link
Member

This might be an electron incompatibility thing? I think you may have upgraded to an incompatible version

@dropocol
Copy link

@tcccorp change the electron version to 11.0.1. I had the same issue so this solved it.

@mrzeeman
Copy link

mrzeeman commented May 4, 2022

I have the same issue and I've changed electron to 11.0.1 which did not resolve the issue for me. I do however get a new error electron exited with signal SIGABRT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants