Skip to content

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

Closed
fursad opened this issue Feb 18, 2016 · 6 comments · Fixed by #227
Closed

system is not defined #220

fursad opened this issue Feb 18, 2016 · 6 comments · Fixed by #227
Assignees

Comments

@fursad
Copy link

fursad commented Feb 18, 2016

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?

angularsystemnotdefined

@Brocco
Copy link
Contributor

Brocco commented Feb 18, 2016

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

@fursad
Copy link
Author

fursad commented Feb 18, 2016

I did it like this:
(on c:\node)
git clone https://github.com/angular/angular-cli.git
cd angular-cli
npm link

(on c:\angular)
then I created new project:
ng new test02
cd test02
npm link angular-cli
ng server

@ghost
Copy link

ghost commented Feb 18, 2016

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.

a6fe737

@xmlking
Copy link

xmlking commented Feb 19, 2016

same issue for me +1

node -v
v5.6.0
npm -v
3.6.0
tsc -v
Version 1.9.0-dev.20160216

@filipesilva filipesilva self-assigned this Feb 19, 2016
filipesilva added a commit to filipesilva/angular-cli that referenced this issue Feb 19, 2016
filipesilva added a commit to filipesilva/angular-cli that referenced this issue Feb 19, 2016
@filipesilva
Copy link
Contributor

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!

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants