<?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 Re: webpack-plugin install in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webpack-plugin-install/m-p/326846#M30171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response Noah; that's great insight on projects/products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to get the install work properly.&amp;nbsp; I did not have git installed on my computer or on the web server that I'm working on.&amp;nbsp; Once I installed git, npm was able to successfully install the package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also ensured that my PATH variable matched what is outlined in the stackoverflow post below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://stackoverflow.com/questions/20666989/bower-enogit-git-is-not-installed-or-not-in-the-path#23179102" title="https://stackoverflow.com/questions/20666989/bower-enogit-git-is-not-installed-or-not-in-the-path#23179102"&gt;javascript - Bower: ENOGIT Git is not installed or not in the PATH - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Dec 2019 14:57:54 GMT</pubDate>
    <dc:creator>BrianCunningham2</dc:creator>
    <dc:date>2019-12-31T14:57:54Z</dc:date>
    <item>
      <title>webpack-plugin install</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webpack-plugin-install/m-p/326844#M30169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having an issue getting the npm install to run when trying to install the arcgis webpack plugin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run &lt;STRONG&gt;npm install --save-dev @arcgiswebpack-plugin&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get&amp;nbsp;the following errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;73 error code ENOENT&lt;BR /&gt;74 error syscall spawn git&lt;BR /&gt;75 error path git&lt;BR /&gt;76 error errno ENOENT&lt;BR /&gt;77 error enoent Error while executing:&lt;BR /&gt;77 error enoent undefined ls-remote -h -t ssh://git@github.com/Esri/dgrid.git&lt;BR /&gt;77 error enoent&lt;BR /&gt;77 error enoent&lt;BR /&gt;77 error enoent spawn git ENOENT&lt;BR /&gt;78 error enoent This is related to npm not being able to find a file.&lt;BR /&gt;79 verbose exit [ 1, true ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am seeing this both when I attempt to install the plugin on my web server, and when I try to build the demo from the url below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/guide/webpack/" title="https://developers.arcgis.com/javascript/latest/guide/webpack/"&gt;webpack | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I called ESRI tech support and they told me that this is out of scope for their support since it is a node.js issue.&amp;nbsp; It is my understanding that this a product that ESRI developed, correct?&amp;nbsp; Should it not fall under their scope of support?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2019 16:10:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webpack-plugin-install/m-p/326844#M30169</guid>
      <dc:creator>BrianCunningham2</dc:creator>
      <dc:date>2019-12-30T16:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: webpack-plugin install</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webpack-plugin-install/m-p/326845#M30170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to hear about the trouble. I would recommend logging an issue in the GitHub repo:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-webpack-plugin/issues" title="https://github.com/Esri/arcgis-webpack-plugin/issues"&gt;Issues · Esri/arcgis-webpack-plugin · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While the plugin was made by Esri, I think this falls under the category of a project as opposed to a product. An example of a product would be the ArcGIS API for JavaScript, or ArcGIS Pro. An example of a project is this webpack plug-in, or the Resource Proxy. Usually projects are hosted on GitHub or other non-Esri pages. The best way to work with Esri projects is via the appropriate GitHub repo, or here on GeoNet, or places like The Spatial Community on Slack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly, when I tested this command:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; border: 0px; font-weight: bold;"&gt;npm install --save-dev @arcgis/webpack-plugin@^4.14.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It seems to load fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2019 18:28:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webpack-plugin-install/m-p/326845#M30170</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2019-12-30T18:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: webpack-plugin install</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webpack-plugin-install/m-p/326846#M30171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response Noah; that's great insight on projects/products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to get the install work properly.&amp;nbsp; I did not have git installed on my computer or on the web server that I'm working on.&amp;nbsp; Once I installed git, npm was able to successfully install the package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also ensured that my PATH variable matched what is outlined in the stackoverflow post below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://stackoverflow.com/questions/20666989/bower-enogit-git-is-not-installed-or-not-in-the-path#23179102" title="https://stackoverflow.com/questions/20666989/bower-enogit-git-is-not-installed-or-not-in-the-path#23179102"&gt;javascript - Bower: ENOGIT Git is not installed or not in the PATH - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2019 14:57:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webpack-plugin-install/m-p/326846#M30171</guid>
      <dc:creator>BrianCunningham2</dc:creator>
      <dc:date>2019-12-31T14:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: webpack-plugin install</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webpack-plugin-install/m-p/326847#M30172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like the dgrid dependency is loading via ssh, you might need https. You can run this command and try to install it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-java line-numbers"&gt;&lt;CODE&gt;git config &lt;SPAN class="operator token"&gt;--&lt;/SPAN&gt;global url&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"https://github.com"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;insteadOf git&lt;SPAN class="operator token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;github&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;com‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit - nvm, you got it! Good to hear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2020 21:01:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webpack-plugin-install/m-p/326847#M30172</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2020-01-02T21:01:58Z</dc:date>
    </item>
  </channel>
</rss>

