You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: