0

I have gone through the videos and gitrepo which are suggested here

I clone this directory in my local drive, as you can see below enter image description here

Now I follow the steps which are described here

1) rooted my cmd to the project dir which is E:\Temo\ngForce-master 2) now I run "npm install". 3) After that I also run "npm install grunt-cli -g" 4) Now I run grunt deploy. till now everything is working fine. it asked me for Username, password, and security token. but I am getting below error in my console enter image description here

please suggest me some way to integrate ngForce using grunt. I have gone through many places but nothing helps me for this issue. I will be grateful to you.

Thanks in advance.

Dheeraj_Vashist
  • 166
  • 1
  • 8
  • 1
    You need to download Apache Ant, and make sure it's accessible in your %PATH% or $PATH environment variable. I presume you'll also need the migration toolkit library on your system. See Setup / Develop / Tools for links. – sfdcfox Sep 07 '16 at 15:24
  • thanks @sfdcfox but I just want to add something to this. after setup ant and migration library I also needed to update Gruntfile.js for the developer edition. I needed to replace the test.salesforce.com to login.salesforce.com. After that I got TSL 1.0 not configuration error. this error I resolved after update my java version from java 7 to java 8, and its all working fine now. I really appreciate your help. – Dheeraj_Vashist Sep 08 '16 at 05:49

0 Answers0