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
taco-team-build should be modified to pass --force into the npm install command when installing npm packages as a workaround and the VSTS extension be rev'd as a result.
There is a race condition in npm 2 on Windows that can cause an EPERM issue when running an npm install. Details of this problem are well documented here. https://github.com/Microsoft/vso-agent-tasks/issues/323
taco-team-build should be modified to pass --force into the npm install command when installing npm packages as a workaround and the VSTS extension be rev'd as a result.