🐞 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
🐞 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