electron-userland / electron-forge-templates

Templates bundled with Electron Forge <= 5 to create Electron apps using popular JavaScript frameworks
107 stars 23 forks source link

pin typescript to 2.1.x #16

Closed bartcich closed 7 years ago

bartcich commented 7 years ago

Current package.json setting for angular2 and react-typescript leads to installing typescript 2.2.1 which is incompatible with (probably) electron-compile and produces error on app startup.

malept commented 7 years ago

What's the error, out of curiosity?

bartcich commented 7 years ago

bootstrap

I have just started to work with electron but comparing to working version with typescript 2.1.x the bootstrap.ts file (which is included in Githubissues.

  • Githubissues is a development platform for aggregating issues.