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
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
Logs
not applicable