I created a new skill on my local machine by cloning it from on of the available git repository
I used the below command
ask new --url https://github.com/alexa/skill-sample-nodejs-salesforce.git
The project folder was created successfully. After this I tried to deploy this skill using ask cli. The below command was used
ask deploy
Got a warning saying 'Changed the property name from 'skillmanifest' to 'Manifest' in ask/config in order to fit the v1 Alexa Skill Management API's accepted format'
The operation was stuck after this. I terminated the operation using ctrl+C and tried again using
ask deploy --debug
Saw below 2 lines of debug logs after which the operation was stuck forever and there was no deployment
######################
###pre-deploy hook######
#######################
Codebase (lambda/Custom) built successfully
###########################
Please need your help