<?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: Problems building 2.0.0-beta.6 in Open Source Mapping Libraries Ques.</title>
    <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/problems-building-2-0-0-beta-6/m-p/794283#M435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're definitely on the right track.&amp;nbsp; in the package.json just replace:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;"build": "./scripts/build.js",
// with
"build": "node ./scripts/build.js",&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the previously logged bug &lt;A href="https://github.com/Esri/esri-leaflet/issues/659" rel="nofollow noopener noreferrer" target="_blank"&gt;here&lt;/A&gt; for more information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 09:09:27 GMT</pubDate>
    <dc:creator>JohnGravois</dc:creator>
    <dc:date>2021-12-12T09:09:27Z</dc:date>
    <item>
      <title>Problems building 2.0.0-beta.6</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/problems-building-2-0-0-beta-6/m-p/794282#M434</link>
      <description>&lt;P&gt;Okay, I'm a bit new to this but I don't think I'm going wildly wrong - hopefully.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm looking to get Esri Leaflet to support an internal custom cached map scales and therefore am modifying the TileLayer code. I've forked and cloned a copy of the 2.0.0-beta.6 code base from Git, have made the changes I want to test, but am struggling to get the build process to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The process I've followed is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The current user is a local administrator - PC is running Windows 10 but I've had the same issue on a Windows 7 PC.&lt;/LI&gt;
&lt;LI&gt;I've downloaded and installed the latest versions of Node.js and GItHub Desktop.&lt;/LI&gt;
&lt;LI&gt;I've forked and cloned the code base to my local machine and at this stage haven't made any changes to the code base (I want to make sure I can get the build process working first before making changes and running it again).&lt;/LI&gt;
&lt;LI&gt;In GitHub Desktop I've opened a 'Git Shell' and run '&lt;SPAN&gt;npm install&lt;/SPAN&gt;', but get the following output:&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;&lt;SPAN&gt;C:\GitHub\esri-leaflet [master]&amp;gt; npm install&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;&lt;SPAN&gt;&amp;gt; esri-leaflet@2.0.0-beta.6 prepublish C:\GitHub\esri-leaflet&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;&lt;SPAN&gt;&amp;gt; npm run build&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;&lt;SPAN&gt;&amp;gt; esri-leaflet@2.0.0-beta.6 prebuild C:\GitHub\esri-leaflet&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;&lt;SPAN&gt;&amp;gt; mkdirp dist&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;&lt;SPAN&gt;&amp;gt; esri-leaflet@2.0.0-beta.6 build C:\GitHub\esri-leaflet&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;&lt;SPAN&gt;&amp;gt; ./scripts/build.js&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;&lt;SPAN&gt;'.' is not recognized as an internal or external command,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;&lt;SPAN&gt;operable program or batch file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once the build successfully completes then I'm expecting to run '&lt;SPAN&gt;npm run serve&lt;/SPAN&gt;' and then '&lt;SPAN&gt;npm test&lt;/SPAN&gt;' - is that correct?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions / help would be appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tony&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 13:31:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/problems-building-2-0-0-beta-6/m-p/794282#M434</guid>
      <dc:creator>AnthonyColby1</dc:creator>
      <dc:date>2023-08-28T13:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building 2.0.0-beta.6</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/problems-building-2-0-0-beta-6/m-p/794283#M435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're definitely on the right track.&amp;nbsp; in the package.json just replace:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;"build": "./scripts/build.js",
// with
"build": "node ./scripts/build.js",&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the previously logged bug &lt;A href="https://github.com/Esri/esri-leaflet/issues/659" rel="nofollow noopener noreferrer" target="_blank"&gt;here&lt;/A&gt; for more information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:09:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/problems-building-2-0-0-beta-6/m-p/794283#M435</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2021-12-12T09:09:27Z</dc:date>
    </item>
  </channel>
</rss>

