-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug report on current build #1249
Comments
I am having the same issue. I have tried it with node version 7.2.1 ,6.9 and 6.3.1. |
Same issue . node version 6.9.1 , npm version 4.0.3 |
Seems like it is not a problem with webpack-starter but with ts 2.1.4. |
This boilerplate seems to work with pinned 2.1.1 v typescript |
TypeScript is pinned in master to the latest working version. Keeping this issue open until we can pick up a |
After googling this for a bit, I found this: s-panferov/awesome-typescript-loader#190 - for me, clearing cache and changing package.json's typescript dependency from "^2.0.6" to "2.0.10" worked. The app builds and runs now. |
In addition to @d3viant0ne 's commit of 9-Dec, I had to set So my full fix was:
|
Can confirm, modifiying my After modifying the |
@dannypule and the same for me:
|
+1 package.json
Error log when compiling:
|
I have found what causes this problem in my case: |
Pinning typescript to v2.1.1 in package.json worked for me too. Thanks. |
When running "webpack" an error occured which is described here: PatrickJS/PatrickJS-starter#1249 After changing some pinnings in package.json it worked
When running "webpack" an error occured which is described here: PatrickJS/PatrickJS-starter#1249 After changing some pinnings in package.json it worked
So started with ng-book2 for Angular and cannot even do the App Works! because of this stuff |
Pinning typescript to v2.1.1 didn't help me.
my package.json:
Versions:
|
It worked for me by pinning typescript to |
change typescript version to 2.1.1 or 2.0.10 in package.json. |
Note: for support questions, please use one of these channels: Chat: AngularClass.slack or Twitter: @AngularClass
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
Do you want to request a feature or report a bug?
I did a fresh checkout of angular2-webpack-starter, but it will NOT build properly with an error I cannot easily solve.
What is the current behavior?
I did a git checkout
i did npm install
Then when I run npm start I get errors:
AND
I am building on OSX
with npm: 3.10.9 and node 7.2.1
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5).
What is the expected behavior?
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: