<?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: Exp Builder 1.8 client error with HappyPlugin path in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/exp-builder-1-8-client-error-with-happyplugin-path/m-p/1166398#M4219</link>
    <description>&lt;P&gt;The problem was because I ran 'npm audit fix' after running the install for Exp Builder to correct the high and critical issues that the install reported.&amp;nbsp; Do not use 'npm audit fix' after installing, although I'm not sure what my IT folks will think about that considering there are 4 high and 1 critical vulnerabilities in the package.&amp;nbsp; Having not used npm before this, I'm not sure if this is normal.&amp;nbsp; Thanks for the help.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Apr 2022 20:51:15 GMT</pubDate>
    <dc:creator>PeterK</dc:creator>
    <dc:date>2022-04-20T20:51:15Z</dc:date>
    <item>
      <title>Exp Builder 1.8 client error with HappyPlugin path</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/exp-builder-1-8-client-error-with-happyplugin-path/m-p/1165747#M4205</link>
      <description>&lt;P&gt;After installing Node.js version 16.14.2 and Exp Builder 1.8 on Windows 10 I receive the following error when running npm start.&amp;nbsp; I'm not sure if there is an NPM problem or an environment path issue:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;gt; exb-client@1.8.0 start&lt;BR /&gt;&amp;gt; cross-env NODE_ENV=development webpack --mode development --watch&lt;/P&gt;&lt;P&gt;[webpack-cli] Failed to load 'E:\AGEB\client\webpack.config.js' config&lt;BR /&gt;[webpack-cli] AssertionError [ERR_ASSERTION]: You must pass a path to a transformer module in the @transformer config parameter.&lt;BR /&gt;at new HappyPlugin (E:\AGEB\client\node_modules\happypack\lib\HappyPlugin.js:21:3)&lt;BR /&gt;at Object.exports.getCommon (E:\AGEB\client\webpack\webpack.common.js:110:24)&lt;BR /&gt;at Object.&amp;lt;anonymous&amp;gt; (E:\AGEB\client\webpack\webpack-extensions.common.js:13:51)&lt;BR /&gt;at Module._compile (node:internal/modules/cjs/loader:1103:14)&lt;BR /&gt;at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)&lt;BR /&gt;at Module.load (node:internal/modules/cjs/loader:981:32)&lt;BR /&gt;at Function.Module._load (node:internal/modules/cjs/loader:822:12)&lt;BR /&gt;at Module.require (node:internal/modules/cjs/loader:1005:19)&lt;BR /&gt;at require (node:internal/modules/cjs/helpers:102:18)&lt;BR /&gt;at Object.&amp;lt;anonymous&amp;gt; (E:\AGEB\client\webpack\webpack-extensions.config.js:4:26) {&lt;BR /&gt;generatedMessage: false,&lt;BR /&gt;code: 'ERR_ASSERTION',&lt;BR /&gt;actual: undefined,&lt;BR /&gt;expected: true,&lt;BR /&gt;operator: '=='&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 16:33:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/exp-builder-1-8-client-error-with-happyplugin-path/m-p/1165747#M4205</guid>
      <dc:creator>PeterK</dc:creator>
      <dc:date>2022-04-19T16:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Exp Builder 1.8 client error with HappyPlugin path</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/exp-builder-1-8-client-error-with-happyplugin-path/m-p/1166029#M4211</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/399194"&gt;@PeterK&lt;/a&gt;&amp;nbsp;- we gave it a try and node version 16.14.2 works for dev 1.8 on our Windows 10 system. Thus, it is quite difficult to reproduce or locate the issue.&lt;/P&gt;&lt;P&gt;Is it possible to provide more information about the environment as possible, e.g. browser, browser versions, OS versions, or anything else that could affect this? Or maybe you could try clearing the cache, restart from the beginning from npm ci &amp;gt; npm start, and see if the problem occurs.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 10:07:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/exp-builder-1-8-client-error-with-happyplugin-path/m-p/1166029#M4211</guid>
      <dc:creator>TonghuiMing</dc:creator>
      <dc:date>2022-04-20T10:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Exp Builder 1.8 client error with HappyPlugin path</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/exp-builder-1-8-client-error-with-happyplugin-path/m-p/1166398#M4219</link>
      <description>&lt;P&gt;The problem was because I ran 'npm audit fix' after running the install for Exp Builder to correct the high and critical issues that the install reported.&amp;nbsp; Do not use 'npm audit fix' after installing, although I'm not sure what my IT folks will think about that considering there are 4 high and 1 critical vulnerabilities in the package.&amp;nbsp; Having not used npm before this, I'm not sure if this is normal.&amp;nbsp; Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 20:51:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/exp-builder-1-8-client-error-with-happyplugin-path/m-p/1166398#M4219</guid>
      <dc:creator>PeterK</dc:creator>
      <dc:date>2022-04-20T20:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Exp Builder 1.8 client error with HappyPlugin path</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/exp-builder-1-8-client-error-with-happyplugin-path/m-p/1166912#M4232</link>
      <description>&lt;P&gt;You may want to refer to&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-blog/version-1-8-of-experience-builder-developer/bc-p/1166027#M257" target="_blank"&gt;https://community.esri.com/t5/arcgis-experience-builder-blog/version-1-8-of-experience-builder-developer/bc-p/1166027#M257&lt;/A&gt;&amp;nbsp;for further debugging details. Hope they could be helpful.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 02:18:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/exp-builder-1-8-client-error-with-happyplugin-path/m-p/1166912#M4232</guid>
      <dc:creator>TonghuiMing</dc:creator>
      <dc:date>2022-04-22T02:18:21Z</dc:date>
    </item>
  </channel>
</rss>

