Skip to content
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

CLI Crashed! #15050

Closed
ghost opened this issue Jul 11, 2019 · 4 comments
Closed

CLI Crashed! #15050

ghost opened this issue Jul 11, 2019 · 4 comments
Labels
needs: more info Reporter must clarify the issue

Comments

@ghost
Copy link

ghost commented Jul 11, 2019

🐞 Bug report

Command (mark with an x)

- [ ] new
- [x] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc

Is this a regression?

Yes, the previous version in which this bug was not present was: ....

Description

A clear and concise description of the problem...

I can't able to compile the project

🔬 Minimal Reproduction

I tried to run the project using the following command, It's compiled successfully for the first 2 times. But the next time it got failed

compilation code - node --max-old-space-size=10096 ./node_modules/@angular/cli/bin/ng serve --configuration dev

🔥 Exception or Error




Assertion `!(n > 0) || (ret != nullptr)' failed.

🌍 Your Environment




    "@angular/animations": "^7.2.1",
    "@angular/common": "^7.2.1",
    "@angular/core": "^7.2.1",
    "@angular/forms": "^7.2.1",
    "@angular/http": "^7.2.1",
    "@angular/platform-browser": "^7.2.1",
    "@angular/platform-browser-dynamic": "^7.2.1",
    "@angular/platform-server": "^7.2.1",
    "@angular/router": "^7.2.1",
    
   Node version  - 10.15.3
@elvisbegovic
Copy link
Contributor

@santhoshnv Hi again, this is really what is printed when you run ng version under your project?
It seems it misses a lot of other version infos.
Can paste whole content of ng version?
Is it possible to make repro, share your projet if it is not a fresh new project

@alan-agius4 alan-agius4 added needs: repro steps We cannot reproduce the issue with the information given needs: more info Reporter must clarify the issue and removed needs: repro steps We cannot reproduce the issue with the information given labels Jul 11, 2019
@alan-agius4
Copy link
Collaborator

Hi, this seems to be related to a Node bug nodejs/node#20297 which was supposed to be addressed in 10.5.0.

I suggest a couple of things here.

  1. Update to the latest version of @angular/cli
  2. Update your Node JS version.

If that doesn't solve the issue, kindly fill a new issue with a minimal reproduction or the exact steps to reproduce the error.

Thanks.

@ghost
Copy link
Author

ghost commented Jul 12, 2019

This my cli information

image

@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 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: more info Reporter must clarify the issue
Projects
None yet
Development

No branches or pull requests

2 participants