-
Notifications
You must be signed in to change notification settings - Fork 875
Webpack introduction provides an invalid sample #3198
Comments
Closing, there is a PR to fix it. Thanks for the report. |
Thank you. I have the same issue. Can you link to the PR / fix please? |
Got it, this one -#3233, right? I had a further issue:
In order to address this, I upgraded TypeScript to 2.1.6 as advised in DefinitelyTyped/DefinitelyTyped#14569
|
You need to fix the @types/jasmine types. I did that on the repo, so check what version are we using. Typescript 2.1 doesn't work with AOT until Angular v4. About the PR, I had to close it, involves more steps and I will do that today. |
@Rinkink , instead of |
Cool, thanks. Locked the @types/jasmine in package.json:
and set the Typescript version back:
Everything seems to be working... Thank you for your work! |
@noomorph Thank you, will change the ref, only saw your response after my previous reply. |
https://angular.io/docs/ts/latest/guide/webpack.html
After all the steps in the article the app won't start using
npm start
because of the following errors:The text was updated successfully, but these errors were encountered: