-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
area: @angular/cliarea: build & ciRelated the build and CI infrastructure of the projectRelated the build and CI infrastructure of the projectfreq2: mediumseverity3: brokentype: bug/fix
Milestone
Description
🐞 Bug report
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- extract-i18n
- run
- config
- help
- version
- doc
Description
You cannot use the node version 15.x
or 16.x
. Is there a way to not enfore node version to "^12.14.1 || ^14.0.0" and allow latest version of it ?
🔬 Minimal Reproduction
> node -v
v16.0.0
> yarn
🔥 Exception or Error
yarn install v1.22.10
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.3.2: The platform "linux" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
error @angular-devkit/build-angular@12.0.0: The engine "node" is incompatible with this module. Expected version "^12.14.1 || ^14.0.0". Got "16.0.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
🌍 Your Environment
"@angular/cli": "^12.0.0"
node v16.x
mlbiche
Metadata
Metadata
Assignees
Labels
area: @angular/cliarea: build & ciRelated the build and CI infrastructure of the projectRelated the build and CI infrastructure of the projectfreq2: mediumseverity3: brokentype: bug/fix