Skip to content

Release 2.0.7 fails to compile #119

@oleg-tsybulsky

Description

@oleg-tsybulsky

Error: node_modules/@electron/remote/index.d.ts:42:41 - error TS2551: Property 'NativeImage' does not exist on type 'typeof CrossProcessExports'. Did you mean 'nativeImage'?

42 export var nativeImage: typeof Electron.NativeImage;
~~~~~~~~~~~

node_modules/electron/electron.d.ts:17072:11
17072 const nativeImage: typeof NativeImage;
~~~~~~~~~~~
'nativeImage' is declared here.

Error: node_modules/@electron/remote/index.d.ts:57:41 - error TS2551: Property 'WebContents' does not exist on type 'typeof CrossProcessExports'. Did you mean 'webContents'?

57 export var webContents: typeof Electron.WebContents;
~~~~~~~~~~~

node_modules/electron/electron.d.ts:17111:11
17111 const webContents: typeof WebContents;
~~~~~~~~~~~
'webContents' is declared here.

Error: node_modules/@electron/remote/index.d.ts:58:42 - error TS2551: Property 'WebFrameMain' does not exist on type 'typeof CrossProcessExports'. Did you mean 'webFrameMain'?

58 export var webFrameMain: typeof Electron.WebFrameMain;
~~~~~~~~~~~~

node_modules/electron/electron.d.ts:17115:11
17115 const webFrameMain: typeof WebFrameMain;
~~~~~~~~~~~~
'webFrameMain' is declared here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions