-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Comments
@santhoshnv Hi again, this is really what is printed when you run |
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.
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. |
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. |
🐞 Bug report
Command (mark with an
x
)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
🌍 Your Environment
The text was updated successfully, but these errors were encountered: