<?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: Unable to build Javascript app after 4.32 upgrade in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-build-javascript-app-after-4-32-upgrade/m-p/1592787#M86636</link>
    <description>&lt;P&gt;I got it to work but I had to add the cofigs as suggested and also delete the old build caches etc. With the config, and no previous cache it was able to build! Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 06 Mar 2025 18:57:17 GMT</pubDate>
    <dc:creator>4andy</dc:creator>
    <dc:date>2025-03-06T18:57:17Z</dc:date>
    <item>
      <title>Unable to build Javascript app after 4.32 upgrade</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-build-javascript-app-after-4-32-upgrade/m-p/1592299#M86627</link>
      <description>&lt;P&gt;I upgraded a Javascript app to version 4.32 via the npm package manager and now the app is unable to build. The app built without issue at version 4.31. I am using parcel as the build manager.&amp;nbsp; Below is the error and package versions I am using. Any ideas? Thanks.&lt;/P&gt;&lt;P&gt;├── &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/642472"&gt;@ArcGIS&lt;/a&gt;/core@4.32.5&lt;BR /&gt;├── @esri/calcite-components@3.0.3&lt;/P&gt;&lt;LI-CODE lang="c"&gt;:police_car_light:&lt;/img&gt; Build failed.

@parcel/core: Failed to resolve '@esri/calcite-components/dist/components' from './node_modules/@arcgis/core/widgets/support/componentsUtils.js'

  C:\non-sync\civ\GeospatialCATapps\civ\app\node_modules\@arcgis\core\widgets\support\componentsUtils.js:5:52
    4 | */
  &amp;gt; 5 | }from"@esri/calcite-components/dist/components";import{getAssetUrl as s}from"../../assets.js";import"../../core/has.js";import{makeAbsolute as e}from"../../core/urlUtils.js";let n;function r(){t||o(e(s(n)))}function c(t){const o=[];for(const s of Object.keys(t))customEl
  &amp;gt;   |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    6 |

@parcel/resolver-default: Cannot load file './dist/components' from module '@esri/calcite-components'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 16:31:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-build-javascript-app-after-4-32-upgrade/m-p/1592299#M86627</guid>
      <dc:creator>4andy</dc:creator>
      <dc:date>2025-03-05T16:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build Javascript app after 4.32 upgrade</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-build-javascript-app-after-4-32-upgrade/m-p/1592386#M86629</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/478323"&gt;@4andy&lt;/a&gt;&amp;nbsp;I suggest reporting this to support for deeper investigation if you are able to&amp;nbsp;&lt;A href="https://support.esri.com/en-us/contact" target="_blank"&gt;https://support.esri.com/en-us/contact&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 18:08:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-build-javascript-app-after-4-32-upgrade/m-p/1592386#M86629</guid>
      <dc:creator>Stephanie_F</dc:creator>
      <dc:date>2025-03-05T18:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build Javascript app after 4.32 upgrade</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-build-javascript-app-after-4-32-upgrade/m-p/1592398#M86630</link>
      <description>&lt;P&gt;Will do thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 18:44:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-build-javascript-app-after-4-32-upgrade/m-p/1592398#M86630</guid>
      <dc:creator>4andy</dc:creator>
      <dc:date>2025-03-05T18:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build Javascript app after 4.32 upgrade</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-build-javascript-app-after-4-32-upgrade/m-p/1592482#M86631</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/478323"&gt;@4andy&lt;/a&gt;&amp;nbsp;-&lt;/P&gt;&lt;P&gt;This seems to be a Parcel issue. Can you try to enable package exports as outlined here:&amp;nbsp;&lt;A href="https://parceljs.org/features/dependency-resolution/#enabling-package-exports" target="_blank"&gt;https://parceljs.org/features/dependency-resolution/#enabling-package-exports&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 20:43:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-build-javascript-app-after-4-32-upgrade/m-p/1592482#M86631</guid>
      <dc:creator>LaurenBoyd</dc:creator>
      <dc:date>2025-03-05T20:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build Javascript app after 4.32 upgrade</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-build-javascript-app-after-4-32-upgrade/m-p/1592532#M86632</link>
      <description>&lt;P&gt;Will do Lauren. I'll check it out tomorrow. Thanks (and yes this is the Andrew of former SDK support &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 22:00:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-build-javascript-app-after-4-32-upgrade/m-p/1592532#M86632</guid>
      <dc:creator>4andy</dc:creator>
      <dc:date>2025-03-05T22:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build Javascript app after 4.32 upgrade</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-build-javascript-app-after-4-32-upgrade/m-p/1592787#M86636</link>
      <description>&lt;P&gt;I got it to work but I had to add the cofigs as suggested and also delete the old build caches etc. With the config, and no previous cache it was able to build! Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 18:57:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-build-javascript-app-after-4-32-upgrade/m-p/1592787#M86636</guid>
      <dc:creator>4andy</dc:creator>
      <dc:date>2025-03-06T18:57:17Z</dc:date>
    </item>
  </channel>
</rss>

