-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Cannot find name XXX on startup or recompile #36
Comments
same problem I am suffering... |
When i tried to
So I just move zone.js from dependencies to globalDependencies and still above issue happens. I just check https://github.com/AngularClass/angular2-webpack-starter/blob/master/typings.json , it doesn't have the zone.js. This is what I tried and searched. |
I solved this issue. I just apply the modification from PatrickJS/PatrickJS-starter@fe6a1de (updating typings module). and it works fine. I guss this project is based on angular2-webpack-starter so the maintainer of this project should catch out the changes from angular2-webpack-starter. |
@cskang-darae this is in progress and will be released soon as well as update to angular rc.2 |
@pwilms @cskang-darae this is done, take a look here https://github.com/akveo/ng2-admin/blob/master/CHANGELOG.md |
Same problem as described in bug #1 . No of the fixes worked for me. npm start displays the following errors:
I've tried:
Install:
I've also tried global [email protected] as it's in the dev requirements.
What's interesting the application seems to work and reloads correctly. Currently i'm ignoring those errors. Anybody can confirm this issue?
The text was updated successfully, but these errors were encountered: