Issue in Deploying the custom APP

Hello Team,

I need to install an APP in customer’s sandbox account, but getting below error.

Please let me know if you need more information.

Regards,
Akhil S Kulkarni

Hi @Akhil_Kulkarni,

We have upgraded the FDK and supported the Node version. If you are using FDK version 7, it will only support working with a Node.js runtime version of 12. Could you verify if you are in the right combination?

Check the announcement of FDK 7 and Node.js 12 support we have done in September 2021.

We also have a Migration Guide to help you migrate your apps from FDK v6 (Node.js 14) → FDK v8 (Node.js v14).

Hello Team,

I did as per the document.

  1. nvm install 12.22
  2. nvm use 12.22
  3. npm install https://dl.freshdev.io/cli/fdk.tgz -g
  4. fdk version

At the end, when I try to use fdk version CLI, I used to get the below error.

Please let me know what should I do next?

Regards,
Akhil S K

Try npm install https://dl.freshdev.io/cli/fdk-7.5.1.tgz -g if you are trying to install FDK v7.x. The default URL points to FDK 8.x currently.

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.