-
Notifications
You must be signed in to change notification settings - Fork 12k
Can't find name error when using ng serve #1959
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
Comments
Current solution is to downgrade to TypeScript 2.0.0 both globally and locally. See #1901 and #1917 To downgrade if you have TypeScript installed globally:
To downgrade locally:
|
Ok👌. Thank you. I will check if that works when I will be back home. On Sep 2, 2016 17:28, "gelliott181" [email protected] wrote:
|
@gelliott181, thank you very much you solved my problem. On Fri, Sep 2, 2016 at 7:09 PM, שחר בן דוד [email protected] wrote:
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
node: 6.2.1
os: win32 x64
ng init
and then when it finishes installing I ranng serve
, and I get some errors likecan't find name xxx
.more information.
You got it... There are 491 errors like this.
The application works fine. (I think, not sure, only has 1 component with
title = "app works!"
)The text was updated successfully, but these errors were encountered: