Skip to content

Conversation

@szll
Copy link
Member

@szll szll commented Jan 6, 2026

Added support for Node 24

"cors": "^2.8.5",
"dotenv": "6.2.0",
"errio": "1.2.2",
"express": "^5.2.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please also update the engines object. express 5 dropped support for node < 18 (https://github.com/expressjs/express/releases/tag/v5.0.0) and trows a warning when frontend starts on node 14

UnhandledPromiseRejectionWarning: TypeError: Object.hasOwn is not a function
    at mergeDescriptors (/ignore-me/platform-sdk/node_modules/merge-descriptors/index.js:13:28)
    at createApplication (/ignore-me/platform-sdk/node_modules/express/lib/express.js:41:3)
    at RapidDevServer.createServer (/ignore-me/platform-sdk/lib/app/frontend/rapidDevServer/RapidDevServer.js:52:19)
    at RapidDevServer.start (/ignore-me/platform-sdk/lib/app/frontend/rapidDevServer/RapidDevServer.js:42:10)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)

@Rekhyt Rekhyt self-requested a review January 20, 2026 15:13
Copy link
Member

@Rekhyt Rekhyt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've got nothing to add.

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

Successfully merging this pull request may close these issues.

3 participants