Closed
Description
🐞 Bug report
Command (mark with an x
)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- extract-i18n
- run
- config
- help
- version
- doc
Is this a regression?
Not applicable
Description
Developers should be able to create angular applications under any node runtime using custom CLI flags
🔬 Minimal Reproduction
❯ npx @angular/[email protected] new admin-console --ignore-engines
🔥 Exception or Error
Node.js version v15.8.0 detected.
Odd numbered Node.js versions will not enter LTS status and should not be used for production. For more information, please see https://nodejs.org/en/about/releases/.
🌍 Your Environment
❯ node --version
v15.8.0
❯ yarn --version
1.22.10
❯ npm --version
7.5.0
Anything else relevant?