Closed yeralin closed 7 years ago
I fixed that issue yesterday. You need to lock down the jasmine typings.
@Foxandxss I don't see a commit in master that locks down @types/jasmine
- I was just going to submit a PR for this very thing. Am I looking in the wrong place? :)
Uh, weird. I thought I did. Or was that a dream?
Nonetheless, please do @mcescalante
So, should I wait for @mcescalante or lock typings for Jasmine?
You can do it locally, will be the same.
You can do either @yeralin - I will have the PR in the next 5 minutes.
If you want to lock it in yourself:
"devDependencies": {
"@types/jasmine": "2.5.41"
}
Upgrading typescript to 2.1.6 solved the problem: http://stackoverflow.com/questions/42317687/node-modules-types-jasmine-index-d-ts-error-ts1005-expected
I don't know how many times I had to say this already. Angular v2 doesn't work with Typescript 2.1.x
$ npm run build fails with: