components icon indicating copy to clipboard operation
components copied to clipboard

bug(COMPONENT): fail to run yarn command with node 20 when i want to build the whole repo

Open damingerdai opened this issue 1 year ago • 1 comments

Is this a regression?

  • [X] Yes, this behavior used to work in the previous version

The previous version in which this bug was not present was

No response

Description

i want to build this repo in my local. i use node20, but it seems look like the components-src doesn't work in node 20

Reproduction

StackBlitz link: Steps to reproduce: 1. 2.

Expected Behavior

yarn work in node20

Actual Behavior

➜  components git:(main) yarn     
yarn install v1.22.17
[1/5] 🔍  Validating package.json...
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18.0.0 <20.0.0". Got "20.10.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Environment

  • Angular:
  • CDK/Material:
  • Browser(s):
  • Operating System (e.g. Windows, macOS, Ubuntu):

damingerdai avatar Feb 11 '24 11:02 damingerdai

My question is when the entire repository can be built based on node20

damingerdai avatar Feb 11 '24 11:02 damingerdai