<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Bower on oinume journal</title>
    <link>https://blog-lampetty-net.web.app/categories/bower/</link>
    <description>Recent content in Bower on oinume journal</description>
    <generator>Hugo</generator>
    <language>ja</language>
    <lastBuildDate>Thu, 26 Feb 2015 23:30:00 +0900</lastBuildDate>
    <atom:link href="https://blog-lampetty-net.web.app/categories/bower/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Changing bower package cache directory</title>
      <link>https://blog-lampetty-net.web.app/posts/changing-bower-package-cache-directory/</link>
      <pubDate>Thu, 26 Feb 2015 23:30:00 +0900</pubDate>
      <guid>https://blog-lampetty-net.web.app/posts/changing-bower-package-cache-directory/</guid>
      <description>&lt;p&gt;bower caches packages in ~/.cache/bower. How can I change the directory? &lt;a href=&#34;http://bower.io/docs/config/#storage&#34;&gt;bower&#39;s document&lt;/a&gt; says &amp;quot;Add the following in .bowerrc&amp;quot; but it&#39;s totally wrong.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&amp;#34;storage&amp;#34;: {&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &amp;#34;cache&amp;#34; : &amp;#34;~/.bower/cache&amp;#34;,&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &amp;#34;registry&amp;#34; : &amp;#34;~/.bower/registry&amp;#34;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;I try the configuration and run &lt;code&gt;bower install&lt;/code&gt; but nothing changed. I finally found out correct configuration in &lt;a href=&#34;https://github.com/bower/config/blob/master/lib/util/defaults.js&#34;&gt;bower/config&lt;/a&gt; repo.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&amp;#34;storage&amp;#34;: {&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  packages: &amp;#34;.bower/packages&amp;#34;,&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  registry: &amp;#34;.bower/registry&amp;#34;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Why the document of famous software such as &lt;code&gt;bower&lt;/code&gt; is wrong?&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
