Skip to content
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

Support for Node 20.* #3

Open
dewebsmid-mikev opened this issue Dec 16, 2024 · 0 comments
Open

Support for Node 20.* #3

dewebsmid-mikev opened this issue Dec 16, 2024 · 0 comments

Comments

@dewebsmid-mikev
Copy link

Description

Currently, the CLI does not support Node version 20.*. Because of this, environments with that Node version are unable to execute the CLI init command, even though it works as expected when adding v20.* to the supported node versions manually.

Current behavior

The CLI errors out with the following message:
"You are using Node v20.16.0, but this CLI tool requires Node ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0. Please upgrade your Node version."

Expected behavior

The CLI starts the init command and you are able to configure the theme.

Node.js version

Node v20.16.0
NPM 10.8.1

Reproduction steps

1. Setup a environment with Node 20.*
2. Execute the falcon-cli init command

Logs

not applicable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant