angular-electron
angular-electron copied to clipboard
No running due to error TS6053: File 'typings/browser.d.ts' not found.
I've installed it using:
git clone ...... then cd to the folder and run "npm install" Finally tried: "npm start"
And I get this error:
error TS6053: File 'typings/browser.d.ts' not found.
How can I fix that?
Duplicate of https://github.com/angular/angular-electron/issues/20.