Skip to content

Instantly share code, notes, and snippets.

@marcelosantos
Last active February 22, 2017 17:05
Show Gist options
  • Save marcelosantos/9a587765763a231b50f21218a46f2805 to your computer and use it in GitHub Desktop.
Save marcelosantos/9a587765763a231b50f21218a46f2805 to your computer and use it in GitHub Desktop.

Fix bower problem colision path cache

Change you .bowerrc like below

{
  "directory": "YOU_PATH_FOR_LIBs",
  "storage": {
    "packages": ".bower-cache",
    "registry": ".bower-registry"
  },
  "tmp": ".bower-tmp"
}

Based on bower/bower#933

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment