1)First we have to open a terminal in our source folder
2)Then we check the commands for finding the version of the nodes, version of the gulp etc
3)Install npm by using the command “npm install”
4)Installing gulp by using the command “npm install –global gulp”
5)Then check for the command “gulp deploy” if it shows error then we delete the node_modules inside the source folder, and using the given new node_modules ,download it and replace the old version with this new module
6)Back to the terminal and make sure that node version is correct or not,for that using the command “nvm list”
7)Check the version of node that we want to use here, here we are using kilimanjaro version of SCA .So select the suitable node version
8)correct the node version by using the command “nvm use (node version)”
9)Again check for node version, gulp version
10)Then installing local version of the gulp by using the command “gulp local”
11)Then go for the command “gulp deploy” so the cursor waiting for the command without any error