"electron": "1.8.1",
"electron-builder": "19.35.1",
"electron-updater": "2.10.2",
ERROR in [at-loader] ./src/desktop/node_modules/builder-util-runtime/out/httpExecutor.d.ts:3:10
TS2305: Module '"http"' has no exported member 'OutgoingHttpHeaders'.
ERROR in [at-loader] ./src/desktop/node_modules/electron-updater/out/AppUpdater.d.ts:4:10
TS2305: Module '"http"' has no exported member 'OutgoingHttpHeaders'.
ERROR in [at-loader] ./src/desktop/node_modules/electron-updater/out/Provider.d.ts:3:10
TS2305: Module '"http"' has no exported member 'OutgoingHttpHeaders'.
ERROR in [at-loader] ./src/desktop/node_modules/electron-updater/out/main.d.ts:4:10
TS2305: Module '"http"' has no exported member 'OutgoingHttpHeaders'.
Seems like this module should just use the node.js types.
Ah, I had to upgrade the node types:
@types/node 7.0.13 → 8.0.34
Most helpful comment
Ah, I had to upgrade the node types: