i face this issue when i try to do fdk run
i used fdk cli version 8.4.0 and node 14.20.0 so what i can do?Hi @Fady_Khayrat ,
Welcome to Freshworks Developer Community
We recommend you use of the latest FDK 8.6.7 version with Node 14.xx when using FDK 8. And generally recommend upgrading to FDK 9.0 with Node 18.
Regards,
Thakur
Hi @Fady_Khayrat ,
Could you please confirm if you have tried it after removing your ~/.fdk folder?
Regards,
Thakur
thanks, i found the issue in the folder for the addon i found it with the name addon-1.13.0 so i change the name with addon-1.12.0 and it works thanks for your support
Hi @Fady_Khayrat ,
Even after removing ~/.fdk and installing FDK 8.6.7 again if faced errors, use the following commands to set node options
export NODE_OPTIONS="--unhandled-rejections=none"
or
node --unhandled-rejections=none
This should resolve the issue.
Regards,
Thakur