Skip to content Skip to sidebar Skip to footer

Bower Installs Same Package Different In File Structure

We have a TeamCity build server running on three different buildusers with the same configuration. We have set up a angular/grunt project using yeoman Update 6 Added a bower issue

Solution 1:

We ran into the same issue, it had to do with the tmp directory that was used by bower being on nfs storage. Verify that your tmp dir (either specified by "tmp" in .bowerrc or env var TMP_DIR) isn't on nfs mounted storage.


Post a Comment for "Bower Installs Same Package Different In File Structure"