Error when building custom app with Freddy AI Copilot with Node.js runtime versions 18 and above

After i setup the Visual studio Code with Freddy AI Copilot, installed the fdk and nodejs. Then i tried to build a custom app by entering into the app description into the prompt.

The custom app built fine and when uploading to the development site. It shows the below error.

Oops! We only support app manifests with Node.js runtime versions 18 and above.

But The current version of the nodejs version installed in my computer is v18.12.1 as attached.

Can anyone have any idea about it?

Hi @EricCV,

Welcome to the community :tada:

Could you please share the manifest file?

Cause the node version will be mentioned there, just make sure that it is above 18.

Cause the portal will check that!

Hope that helps, let me know otherwise :wink:

Thank you.

Attached the manifest file. It is showing

“platform-version”: “3.0”,
“engines”: {
“node”: “18.19.0”,
“fdk”: “9.1.0”
},

It shows the nodejs is above 18 already, any clue ?