microsoft / vsts-cordova-tasks

Streamline CI setup for your Apache Cordova, PhoneGap, Ionic, or Cordova CLI compatible app using a set of useful pre-defined build steps for VS Team Services or TFS
http://go.microsoft.com/fwlink/?LinkID=691188
Other
25 stars 27 forks source link

Downloading Cordova fails if the CORDOVA_CACHE folder does not exist on Windows #38

Closed Chuxel closed 8 years ago

Chuxel commented 8 years ago

Due to what appears to be a bug in Node.js, the code in taco-team-build is not properly creating the cordova cache folder (%APPDATA%\taco_home\node_modules) if it does not exist.

The workaround is to simply create the folder. This problem is limited to local Windows agents does not exist in the VSTS hosted pool.

ryuyu commented 8 years ago

Fixed in latest release of Cordova Task Extension (1.2.2)