Not able to pack using FDK

Hi Team,

I am not able to run fdk pack in my local, It actually runs and gives some warning but not creating any zip file, have been trying out this issue for too long but not getting this resolved.

I am ready to move to any node version or fdk version but literally nothing works at all.

Currently using
“node”: “18.20.5”,
“fdk”: “9.0.9”

This just gives me nothing but a few warnings and the zip fiel also doesn’t gets created. Any quick help on this matter will be much appreciated.

++ @Raviraj @Saravana_Kumar_R @Sathish_J @Sheik_Firoza @menon96

Thanks team.

To add as an update I tried npm uninstall fdk -g and then reinstalled the same using these two:
sudo npm install https://cdn.freshdev.io/fdk/v9.0.9.tgz
sudo npm install https://cdn.freshdev.io/fdk/latest.tgz -g

But in vain