function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Alex Weitz 1Alex Weitz 1 

I am stuck at the step of going to the directory where I downloaded files and opening a command prompt at the file directory. (this is for the Create a Skill and Lambda Function using the ASK CLI trailhead)

I seem to be missing something on step 2.

(I completed)  Step 1. Go clone or download the following GitHub repository: https://github.com/alexa/skill-sample-nodejs-salesforce
( I need help with) Step 2. Go to the directory where you downloaded the files and open a command prompt at the skill-sample-nodejs-salesforce/lambda/custom/ directory. Enter the following command to download necessary dependencies that deploy with our Lambda function: npm install 

I am not sure how to go to the directory where I downloaded the files and open a command prompt at the skill-sample-nodejs-salesforce/lambda/custom/ directory. Can someone walk me through this?



 
SandhyaSandhya (Salesforce Developers) 
Hi,

In the previous step you might have installed command line clone the git repository using command git clone "https://github.com/alexa/skill-sample-nodejs-salesforce.git" and then go to the folder cd salesforce/lambda/custom.

Best Regards,
Sandhya