<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic The two sets of instructions in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Installing-3rd-Party-plugin-without-URL/m-p/1122207#M76528</link>
    <description>&lt;P&gt;The two sets of instructions are confusing. They exist because the older CLI 4.x system tries to pull from the now retired Cordova registry, so you have to add using the git repo address (if you're using Cordova CLI directly). The CLI 5.x (and 6.x) systems pull from the new Cordova registry, which is located in NPM. If you're using the XDK it doesn't matter, we have taken care of those problems.&lt;/P&gt;

&lt;P&gt;One thing to note, some plugin authors will maintain multiple branches in their git repos to deal with special issues. I don't see that in this particular plugin's repo. It's generally safer to pull them from the NPM repo (new Cordova registry) because the git repos can be in an unknown state and you don't know what you're getting.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Mar 2016 05:00:41 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2016-03-25T05:00:41Z</dc:date>
    <item>
      <title>Installing 3rd Party plugin without URL</title>
      <link>https://community.intel.com/t5/Software-Archive/Installing-3rd-Party-plugin-without-URL/m-p/1122203#M76524</link>
      <description>&lt;P&gt;I'm using this plugin...&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.npmjs.com/package/cordova-plugin-indexeddb-async" target="_blank"&gt;https://www.npmjs.com/package/cordova-plugin-indexeddb-async&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;As you can see there are two install options...&lt;/P&gt;

&lt;PRE class="brush:php;"&gt;#Installation
Install via the Cordova CLI.
For Cordova CLI 4.x, use the GIT URL syntax:
cordova plugin add &lt;A href="https://github.com/ABB-Austin/cordova-plugin-indexeddb-async.git" target="_blank"&gt;https://github.com/ABB-Austin/cordova-plugin-indexeddb-async.git&lt;/A&gt;

For Cordova CLI 5.x, use the new npm syntax:
cordova plugin add cordova-plugin-indexeddb-async&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I can install the plugin by using the CLI 4.x URL, but how do I install using npm to get the CLI 5.x version?&lt;/P&gt;

&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 07:38:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installing-3rd-Party-plugin-without-URL/m-p/1122203#M76524</guid>
      <dc:creator>Geoff_at_CFM</dc:creator>
      <dc:date>2016-03-24T07:38:15Z</dc:date>
    </item>
    <item>
      <title>You can add that plugin using</title>
      <link>https://community.intel.com/t5/Software-Archive/Installing-3rd-Party-plugin-without-URL/m-p/1122204#M76525</link>
      <description>&lt;P&gt;You can add that plugin using the Plugin Manager, just pick a third party plugin and then enter the git url in&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: monospace, sans-serif; font-size: 16px; letter-spacing: -0.48px; line-height: 25px; white-space: pre; background-color: rgb(240, 240, 240);"&gt;&lt;A href="https://github.com/ABB-Austin/cordova-plugin-indexeddb-async.git" target="_blank"&gt;https://github.com/ABB-Austin/cordova-plugin-indexeddb-async.git&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="01 Mar. 24 11.59.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8669i9E0A41C6752B76CB/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="01 Mar. 24 11.59.jpg" alt="01 Mar. 24 11.59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 16:03:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installing-3rd-Party-plugin-without-URL/m-p/1122204#M76525</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2016-03-24T16:03:10Z</dc:date>
    </item>
    <item>
      <title>Or, choose the "Cordova</title>
      <link>https://community.intel.com/t5/Software-Archive/Installing-3rd-Party-plugin-without-URL/m-p/1122205#M76526</link>
      <description>&lt;P&gt;Or, choose the "Cordova plugin registry" option and use the package name &amp;gt; &lt;CODE class="plain"&gt;cordova-plugin-indexeddb-async&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 18:49:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installing-3rd-Party-plugin-without-URL/m-p/1122205#M76526</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-03-24T18:49:00Z</dc:date>
    </item>
    <item>
      <title>Thanks,</title>
      <link>https://community.intel.com/t5/Software-Archive/Installing-3rd-Party-plugin-without-URL/m-p/1122206#M76527</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;My point was that the page quoted above implies that there are TWO DIFFERENT&amp;nbsp;VERSIONS of the plugin - is this not the case, and there are just two different install methods for the different CLI's?&lt;/P&gt;

&lt;P&gt;When I go to the GIT repository it appears there is only one plugin - I installed it from there. I was just confused by the two different install methods in the original page.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2016 01:08:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installing-3rd-Party-plugin-without-URL/m-p/1122206#M76527</guid>
      <dc:creator>Geoff_at_CFM</dc:creator>
      <dc:date>2016-03-25T01:08:18Z</dc:date>
    </item>
    <item>
      <title>The two sets of instructions</title>
      <link>https://community.intel.com/t5/Software-Archive/Installing-3rd-Party-plugin-without-URL/m-p/1122207#M76528</link>
      <description>&lt;P&gt;The two sets of instructions are confusing. They exist because the older CLI 4.x system tries to pull from the now retired Cordova registry, so you have to add using the git repo address (if you're using Cordova CLI directly). The CLI 5.x (and 6.x) systems pull from the new Cordova registry, which is located in NPM. If you're using the XDK it doesn't matter, we have taken care of those problems.&lt;/P&gt;

&lt;P&gt;One thing to note, some plugin authors will maintain multiple branches in their git repos to deal with special issues. I don't see that in this particular plugin's repo. It's generally safer to pull them from the NPM repo (new Cordova registry) because the git repos can be in an unknown state and you don't know what you're getting.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2016 05:00:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installing-3rd-Party-plugin-without-URL/m-p/1122207#M76528</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-03-25T05:00:41Z</dc:date>
    </item>
  </channel>
</rss>

