@Mithun Thanks for reaching out. As per the error it looks like you are trying to deploy through VS code and looks like there is issue with the extension or the Azure Function Core Tool (multiple core tools etc.) is not installed correctly. I will suggest you to verify the prerequisites and the steps in the document. There can be scenario where the azure function core tool would be causing the issue. Please verify which version of Azure Function Core Tool is install on your machine by navigating to the Control Panel. In case if you are using v3 then uninstall v4 and open your Powershell and run following command:
npm install -g azure-functions-core-tools@3 --unsafe-perm false
In case if you have validated that the installation is correct along with extension then please share the screenshot, full exception message and how you are trying to deploy your function app so we can assist you further.