-
-
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
npm start fails #840
Comments
I'm having this same issue; however, when I actually go to localhost:3000, the site works; I just get this message spew as well. I suspect it is a 3rd party issue (duh), but haven't the faintest idea where to start looking. |
Same for me. Child html-webpack-plugin for "index.html": Btw the server runs |
Update - |
@scrapcupcake I go to localhost:3000 and get Connection broken error. |
@david1983 David, material2 this is older code branch. There's still used typings. In the latest version of the master branch that is already do not have. |
Confirmed on fresh install. |
I've got 2 different versions running. the older works fine ( typings 2.0.0-beta). this new one using 1.8.0 typescript has this same issue as above. |
This is resolved by f71d4e6. |
@sky-coding Thank you |
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?
Bug
What is the current behavior?
npm start
failsIf the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
On clean project when I run
npm start
:...
[759] ./src/app/app.style.css 160 bytes {4} [built]
[0] 4274ms -> [549] 52ms -> [542] 270ms -> factory:640ms building:970ms = 6206ms
[760] ./src/app/home/home.style.css 51 bytes {4} [built]
[0] 4274ms -> [552] 23ms -> [378] 68ms -> [375] 21ms -> [544] 60ms -> [543] 749ms -> factory:889ms building:127ms = 6211ms
Child html-webpack-plugin for "index.html":
chunk {0} index.html 525 kB [rendered]
[0] ./
/html-webpack-plugin/lib/loader.js!./src/index.html 2.06 kB {0} [built]/lodash/lodash.js 523 kB {0} [built]factory:33ms building:40ms = 73ms
[1] ./
[0] 73ms -> factory:433ms building:769ms = 1275ms
2/buildin/module.js 251 bytes {0} [built]
[0] 73ms -> [1] 1202ms -> factory:127ms building:717ms = 2119ms
webpack: bundle is now VALID.
[default] Checking started in a separate process...
[default] D:/Sources/asr/angular2-webpack-starter/node_modules/@angular/common/src/directives/ng_class.d.ts:81:35
Cannot find name 'Set'.
[default] D:/Sources/asr/angular2-webpack-starter/node_modules/@angular/common/src/facade/async.d.ts:34:33
Cannot find name 'Promise'.
[default] D:/Sources/asr/angular2-webpack-starter/node_modules/@angular/common/src/facade/async.d.ts:35:45
Cannot find name 'Promise'.
[default] D:/Sources/asr/angular2-webpack-starter/node_modules/@angular/common/src/facade/lang.d.ts:11:17
Cannot find name 'Map'.
...
My steps:
git clone --depth 1 https://github.com/angularclass/angular2-webpack-starter.git
cd angular2-webpack-starter
npm install
npm start
The text was updated successfully, but these errors were encountered: