preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 556 forks source link

@types Jasmine Error ... #295

Closed misterzik closed 7 years ago

misterzik commented 7 years ago
[at-loader] node_modules/@types/jasmine/index.d.ts:39:52 
    TS1005: '=' expected.
errors
(unknown) [at-loader] node_modules/@types/jasmine/index.d.ts:39:38 
    TS2371: A parameter initializer is only allowed in a function or constructor implementation.
errors
(unknown) [at-loader] node_modules/@types/jasmine/index.d.ts:39:46 
    TS2304: Cannot find name 'keyof'.
misterzik commented 7 years ago

Fixed problem on my end - Simple solution - https://github.com/preboot/angular2-webpack/pull/296

Lg0enga commented 7 years ago

@misterzik How did you resolve this?

Foxandxss commented 7 years ago

I will update the repo in a minute with the solution.