-
Notifications
You must be signed in to change notification settings - Fork 12k
system is not defined #220
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
Just to be clear, the steps listed below are what you did to create and run your project? # from the angular-cli repo folder
npm install
npm link
# from a root directory where you want your project created
ng new project-name
cd project-name
npm link angular-cli
ng serve |
I did it like this: (on c:\angular) |
I got the same problem, installing angular-cli for the first time today. The commit that broke it is this one from three days ago, "Bumping broccoli version". I don't know enough to debug it though. |
same issue for me +1 node -v |
It should be fixed now. @dbandstra you were right, it was a broccoli update in the commit you mentioned that broke it. Our tests were not catching this, so thanks a bunch for finding the issue! |
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. |
I'm generating a new angular project -> doing 'ng serve' and getting the error below
I am using the latest master as described in readme
Am I missing something?
The text was updated successfully, but these errors were encountered: