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
I've tested the latest LTS (22 "Jod"), but that currently fails to build:
yarn run build
yarn run v1.22.22
$ ember build --environment=production
WARNING: Node v22.13.0 is not tested against Ember CLI on your platform. We recommend that you use the most-recent "Active LTS" version of Node.js. See https://git.io/v7S5n for details.
# ember[1241]: void node::fs::InternalModuleStat(const v8::FunctionCallbackInfo<v8::Value>&) at ../src/node_file.cc:1039
# Assertion failed: (args.Length()) >= (2)
20 "Iron" seems to build fine, which will be EOL in April 2026.
The text was updated successfully, but these errors were encountered:
hashworks
added a commit
to hashworks/consul
that referenced
this issue
Jan 10, 2025
NodeJS 18 "Hydrogen" will be EOL in April 2025, so we should switch to a
newer LTS. The latest LTS 22 "Jod" failed to build for me.
Closedhashicorp#22065.
Signed-off-by: hashworks <[email protected]>
NodeJS 18 "Hydrogen" will be EOL in April 2025, so we should switch to a
newer LTS. The latest LTS 22 "Jod" failed to build for me.
Closedhashicorp#22065.
Signed-off-by: hashworks <[email protected]>
The UI currently requires NodeJS 18 "Hydrogen", which will be EOL in April 2025.
I've tested the latest LTS (22 "Jod"), but that currently fails to build:
20 "Iron" seems to build fine, which will be EOL in April 2026.
The text was updated successfully, but these errors were encountered: