<?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 Developer edition offline install in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696143#M1107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I'm getting&amp;nbsp;an error when trying to start the developer edition after following&amp;nbsp;Jianxia Song's instructions of:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;'The workaround we have is to get the modules from another place that has the internet installed, then copy the node module folder over to your environment without the internet. Keep in mind, the node version from both places should be the same. Otherwise, you may run into problems. Hope this helps.'&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;The node version is the same on the workstation where I downloaded the modules and where I am trying to run.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;The error is:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;D:\eGIS\Working\Leon\egis_dev\ExperienceBuilder_1.0\server&amp;gt;npm start&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;gt; exb-server@0.1.0 start D:\eGIS\Working\Leon\egis_dev\ExperienceBuilder_1.0\server&lt;BR /&gt;&amp;gt; cross-env NODE_ENV=production node src/server&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;internal/modules/cjs/loader.js:800&lt;BR /&gt;throw err;&lt;BR /&gt;^&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Error: Cannot find module '../../global'&lt;BR /&gt;Require stack:&lt;BR /&gt;- D:\eGIS\Working\Leon\egis_dev\ExperienceBuilder_1.0\server\node_modules\exb-history-404\index.js&lt;BR /&gt;- D:\eGIS\Working\Leon\egis_dev\ExperienceBuilder_1.0\server\src\server.js&lt;BR /&gt;←[90m at Module._resolveFilename (internal/modules/cjs/loader.js:797:15)←[39m&lt;BR /&gt;at Function.Module._resolveFilename (D:\eGIS\Working\Leon\egis_dev\ExperienceBuilder_1.0\server\node_modules\←[4mexb-ssr←[24m\index.js:1:9904)&lt;BR /&gt;←[90m at Function.Module._load (internal/modules/cjs/loader.js:690:27)←[39m&lt;BR /&gt;←[90m at Module.require (internal/modules/cjs/loader.js:852:19)←[39m&lt;BR /&gt;←[90m at require (internal/modules/cjs/helpers.js:74:18)←[39m&lt;BR /&gt;at Object.&amp;lt;anonymous&amp;gt; (D:\eGIS\Working\Leon\egis_dev\ExperienceBuilder_1.0\server\node_modules\←[4mexb-history-404←[24m\index.js:1:2289)&lt;BR /&gt;←[90m at Module._compile (internal/modules/cjs/loader.js:959:30)←[39m&lt;BR /&gt;←[90m at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)←[39m&lt;BR /&gt;←[90m at Module.load (internal/modules/cjs/loader.js:815:32)←[39m&lt;BR /&gt;←[90m at Function.Module._load (internal/modules/cjs/loader.js:727:14)←[39m {&lt;BR /&gt;code: ←[32m'MODULE_NOT_FOUND'←[39m,&lt;BR /&gt;requireStack: [&lt;BR /&gt;←[32m'D:\\eGIS\\Working\\Leon\\egis_dev\\ExperienceBuilder_1.0\\server\\node_modules\\exb-history-404\\index.js'←[39m,&lt;BR /&gt;←[32m'D:\\eGIS\\Working\\Leon\\egis_dev\\ExperienceBuilder_1.0\\server\\src\\server.js'←[39m&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;npm ERR! code ELIFECYCLE&lt;BR /&gt;npm ERR! errno 1&lt;BR /&gt;npm ERR! exb-server@0.1.0 start: `cross-env NODE_ENV=production node src/server`&lt;BR /&gt;npm ERR! Exit status 1&lt;BR /&gt;npm ERR!&lt;BR /&gt;npm ERR! Failed at the exb-server@0.1.0 start script.&lt;BR /&gt;npm ERR! This is probably not a problem with npm. There is likely additional logging output above.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;npm ERR! A complete log of this run can be found in:&lt;BR /&gt;npm ERR! C:\Users\vyXXXX\AppData\Roaming\npm-cache\_logs\2020-04-17T01_05_37_572Z-debug.log&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;The debug log file reports:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;0 info it worked if it ends with ok&lt;BR /&gt;1 verbose cli [&lt;BR /&gt;1 verbose cli 'C:\\Program Files\\nodejs\\node.exe',&lt;BR /&gt;1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',&lt;BR /&gt;1 verbose cli 'start'&lt;BR /&gt;1 verbose cli ]&lt;BR /&gt;2 info using npm@6.12.1&lt;BR /&gt;3 info using node@v12.13.1&lt;BR /&gt;4 verbose run-script [ 'prestart', 'start', 'poststart' ]&lt;BR /&gt;5 info lifecycle exb-server@0.1.0~prestart: exb-server@0.1.0&lt;BR /&gt;6 info lifecycle exb-server@0.1.0~start: exb-server@0.1.0&lt;BR /&gt;7 verbose lifecycle exb-server@0.1.0~start: unsafe-perm in lifecycle true&lt;BR /&gt;8 verbose lifecycle exb-server@0.1.0~start: PATH: C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;D:\eGIS\Working\Leon\egis_dev\ExperienceBuilder_1.0\server\node_modules\.bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;E:\ArcGIS\Pro\bin\Python\envs\arcgispro-py3;C:\Program Files\nodejs\;C:\Users\vyXXXX\AppData\Roaming\npm&lt;BR /&gt;9 verbose lifecycle exb-server@0.1.0~start: CWD: D:\eGIS\Working\Leon\egis_dev\ExperienceBuilder_1.0\server&lt;BR /&gt;10 silly lifecycle exb-server@0.1.0~start: Args: [ '/d /s /c', 'cross-env NODE_ENV=production node src/server' ]&lt;BR /&gt;11 silly lifecycle exb-server@0.1.0~start: Returned: code: 1 signal: null&lt;BR /&gt;12 info lifecycle exb-server@0.1.0~start: Failed to exec start script&lt;BR /&gt;13 verbose stack Error: exb-server@0.1.0 start: `cross-env NODE_ENV=production node src/server`&lt;BR /&gt;13 verbose stack Exit status 1&lt;BR /&gt;13 verbose stack at EventEmitter.&amp;lt;anonymous&amp;gt; (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16)&lt;BR /&gt;13 verbose stack at EventEmitter.emit (events.js:210:5)&lt;BR /&gt;13 verbose stack at ChildProcess.&amp;lt;anonymous&amp;gt; (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)&lt;BR /&gt;13 verbose stack at ChildProcess.emit (events.js:210:5)&lt;BR /&gt;13 verbose stack at maybeClose (internal/child_process.js:1021:16)&lt;BR /&gt;13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)&lt;BR /&gt;14 verbose pkgid exb-server@0.1.0&lt;BR /&gt;15 verbose cwd D:\eGIS\Working\Leon\egis_dev\ExperienceBuilder_1.0\server&lt;BR /&gt;16 verbose Windows_NT 6.3.9600&lt;BR /&gt;17 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"&lt;BR /&gt;18 verbose node v12.13.1&lt;BR /&gt;19 verbose npm v6.12.1&lt;BR /&gt;20 error code ELIFECYCLE&lt;BR /&gt;21 error errno 1&lt;BR /&gt;22 error exb-server@0.1.0 start: `cross-env NODE_ENV=production node src/server`&lt;BR /&gt;22 error Exit status 1&lt;BR /&gt;23 error Failed at the exb-server@0.1.0 start script.&lt;BR /&gt;23 error This is probably not a problem with npm. There is likely additional logging output above.&lt;BR /&gt;24 verbose exit [ 1, true ]&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Any ideas what I'm doing wrong?&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2020 01:18:01 GMT</pubDate>
    <dc:creator>LeonAus</dc:creator>
    <dc:date>2020-04-17T01:18:01Z</dc:date>
    <item>
      <title>Developer edition offline install</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696143#M1107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I'm getting&amp;nbsp;an error when trying to start the developer edition after following&amp;nbsp;Jianxia Song's instructions of:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;'The workaround we have is to get the modules from another place that has the internet installed, then copy the node module folder over to your environment without the internet. Keep in mind, the node version from both places should be the same. Otherwise, you may run into problems. Hope this helps.'&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;The node version is the same on the workstation where I downloaded the modules and where I am trying to run.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;The error is:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;D:\eGIS\Working\Leon\egis_dev\ExperienceBuilder_1.0\server&amp;gt;npm start&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;gt; exb-server@0.1.0 start D:\eGIS\Working\Leon\egis_dev\ExperienceBuilder_1.0\server&lt;BR /&gt;&amp;gt; cross-env NODE_ENV=production node src/server&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;internal/modules/cjs/loader.js:800&lt;BR /&gt;throw err;&lt;BR /&gt;^&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Error: Cannot find module '../../global'&lt;BR /&gt;Require stack:&lt;BR /&gt;- D:\eGIS\Working\Leon\egis_dev\ExperienceBuilder_1.0\server\node_modules\exb-history-404\index.js&lt;BR /&gt;- D:\eGIS\Working\Leon\egis_dev\ExperienceBuilder_1.0\server\src\server.js&lt;BR /&gt;←[90m at Module._resolveFilename (internal/modules/cjs/loader.js:797:15)←[39m&lt;BR /&gt;at Function.Module._resolveFilename (D:\eGIS\Working\Leon\egis_dev\ExperienceBuilder_1.0\server\node_modules\←[4mexb-ssr←[24m\index.js:1:9904)&lt;BR /&gt;←[90m at Function.Module._load (internal/modules/cjs/loader.js:690:27)←[39m&lt;BR /&gt;←[90m at Module.require (internal/modules/cjs/loader.js:852:19)←[39m&lt;BR /&gt;←[90m at require (internal/modules/cjs/helpers.js:74:18)←[39m&lt;BR /&gt;at Object.&amp;lt;anonymous&amp;gt; (D:\eGIS\Working\Leon\egis_dev\ExperienceBuilder_1.0\server\node_modules\←[4mexb-history-404←[24m\index.js:1:2289)&lt;BR /&gt;←[90m at Module._compile (internal/modules/cjs/loader.js:959:30)←[39m&lt;BR /&gt;←[90m at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)←[39m&lt;BR /&gt;←[90m at Module.load (internal/modules/cjs/loader.js:815:32)←[39m&lt;BR /&gt;←[90m at Function.Module._load (internal/modules/cjs/loader.js:727:14)←[39m {&lt;BR /&gt;code: ←[32m'MODULE_NOT_FOUND'←[39m,&lt;BR /&gt;requireStack: [&lt;BR /&gt;←[32m'D:\\eGIS\\Working\\Leon\\egis_dev\\ExperienceBuilder_1.0\\server\\node_modules\\exb-history-404\\index.js'←[39m,&lt;BR /&gt;←[32m'D:\\eGIS\\Working\\Leon\\egis_dev\\ExperienceBuilder_1.0\\server\\src\\server.js'←[39m&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;npm ERR! code ELIFECYCLE&lt;BR /&gt;npm ERR! errno 1&lt;BR /&gt;npm ERR! exb-server@0.1.0 start: `cross-env NODE_ENV=production node src/server`&lt;BR /&gt;npm ERR! Exit status 1&lt;BR /&gt;npm ERR!&lt;BR /&gt;npm ERR! Failed at the exb-server@0.1.0 start script.&lt;BR /&gt;npm ERR! This is probably not a problem with npm. There is likely additional logging output above.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;npm ERR! A complete log of this run can be found in:&lt;BR /&gt;npm ERR! C:\Users\vyXXXX\AppData\Roaming\npm-cache\_logs\2020-04-17T01_05_37_572Z-debug.log&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;The debug log file reports:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;0 info it worked if it ends with ok&lt;BR /&gt;1 verbose cli [&lt;BR /&gt;1 verbose cli 'C:\\Program Files\\nodejs\\node.exe',&lt;BR /&gt;1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',&lt;BR /&gt;1 verbose cli 'start'&lt;BR /&gt;1 verbose cli ]&lt;BR /&gt;2 info using npm@6.12.1&lt;BR /&gt;3 info using node@v12.13.1&lt;BR /&gt;4 verbose run-script [ 'prestart', 'start', 'poststart' ]&lt;BR /&gt;5 info lifecycle exb-server@0.1.0~prestart: exb-server@0.1.0&lt;BR /&gt;6 info lifecycle exb-server@0.1.0~start: exb-server@0.1.0&lt;BR /&gt;7 verbose lifecycle exb-server@0.1.0~start: unsafe-perm in lifecycle true&lt;BR /&gt;8 verbose lifecycle exb-server@0.1.0~start: PATH: C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;D:\eGIS\Working\Leon\egis_dev\ExperienceBuilder_1.0\server\node_modules\.bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;E:\ArcGIS\Pro\bin\Python\envs\arcgispro-py3;C:\Program Files\nodejs\;C:\Users\vyXXXX\AppData\Roaming\npm&lt;BR /&gt;9 verbose lifecycle exb-server@0.1.0~start: CWD: D:\eGIS\Working\Leon\egis_dev\ExperienceBuilder_1.0\server&lt;BR /&gt;10 silly lifecycle exb-server@0.1.0~start: Args: [ '/d /s /c', 'cross-env NODE_ENV=production node src/server' ]&lt;BR /&gt;11 silly lifecycle exb-server@0.1.0~start: Returned: code: 1 signal: null&lt;BR /&gt;12 info lifecycle exb-server@0.1.0~start: Failed to exec start script&lt;BR /&gt;13 verbose stack Error: exb-server@0.1.0 start: `cross-env NODE_ENV=production node src/server`&lt;BR /&gt;13 verbose stack Exit status 1&lt;BR /&gt;13 verbose stack at EventEmitter.&amp;lt;anonymous&amp;gt; (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16)&lt;BR /&gt;13 verbose stack at EventEmitter.emit (events.js:210:5)&lt;BR /&gt;13 verbose stack at ChildProcess.&amp;lt;anonymous&amp;gt; (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)&lt;BR /&gt;13 verbose stack at ChildProcess.emit (events.js:210:5)&lt;BR /&gt;13 verbose stack at maybeClose (internal/child_process.js:1021:16)&lt;BR /&gt;13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)&lt;BR /&gt;14 verbose pkgid exb-server@0.1.0&lt;BR /&gt;15 verbose cwd D:\eGIS\Working\Leon\egis_dev\ExperienceBuilder_1.0\server&lt;BR /&gt;16 verbose Windows_NT 6.3.9600&lt;BR /&gt;17 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"&lt;BR /&gt;18 verbose node v12.13.1&lt;BR /&gt;19 verbose npm v6.12.1&lt;BR /&gt;20 error code ELIFECYCLE&lt;BR /&gt;21 error errno 1&lt;BR /&gt;22 error exb-server@0.1.0 start: `cross-env NODE_ENV=production node src/server`&lt;BR /&gt;22 error Exit status 1&lt;BR /&gt;23 error Failed at the exb-server@0.1.0 start script.&lt;BR /&gt;23 error This is probably not a problem with npm. There is likely additional logging output above.&lt;BR /&gt;24 verbose exit [ 1, true ]&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Any ideas what I'm doing wrong?&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2020 01:18:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696143#M1107</guid>
      <dc:creator>LeonAus</dc:creator>
      <dc:date>2020-04-17T01:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Developer edition offline install</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696144#M1108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/312328"&gt;Junhan Liu&lt;/A&gt;‌ could you take a look?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2020 00:18:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696144#M1108</guid>
      <dc:creator>Jianxia</dc:creator>
      <dc:date>2020-04-18T00:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Developer edition offline install</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696145#M1109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried some ways but don't find a way to&amp;nbsp;install successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll create an issue in our repo to try to figure out a way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2020 01:08:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696145#M1109</guid>
      <dc:creator>JunshanLiu</dc:creator>
      <dc:date>2020-04-20T01:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Developer edition offline install</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696146#M1110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a rough time frame for when this will be resolved? Is it being looked at now or has it been deferred?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Leon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2020 22:52:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696146#M1110</guid>
      <dc:creator>LeonAus</dc:creator>
      <dc:date>2020-04-28T22:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Developer edition offline install</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696147#M1111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a solution to this?&amp;nbsp; I have run as admin which does not make any difference.&amp;nbsp; Run from node.js prompt and standard command prompt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried this:&amp;nbsp;&lt;A class="link-titled" href="https://stackoverflow.com/questions/45034581/laravel-5-4-cross-env-is-not-recognized-as-an-internal-or-external-command" title="https://stackoverflow.com/questions/45034581/laravel-5-4-cross-env-is-not-recognized-as-an-internal-or-external-command"&gt;node.js - Laravel 5.4 ‘cross-env’ Is Not Recognized as an Internal or External Command - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;still no luck.&amp;nbsp; Why cannot I not run?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2020 15:18:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696147#M1111</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2020-05-15T15:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Developer edition offline install</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696148#M1112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Leon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We plan to fix it in the upcoming release in July. Thanks for being patient with us.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2020 16:51:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696148#M1112</guid>
      <dc:creator>Jianxia</dc:creator>
      <dc:date>2020-05-15T16:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Developer edition offline install</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696149#M1113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are looking into the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2020 16:52:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696149#M1113</guid>
      <dc:creator>Jianxia</dc:creator>
      <dc:date>2020-05-15T16:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Developer edition offline install</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696150#M1114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found that running:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-php line-numbers"&gt;&lt;CODE&gt;npm set strict&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;ssl &lt;SPAN class="token boolean"&gt;false&lt;/SPAN&gt;&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;Resolved the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2020 16:54:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696150#M1114</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2020-05-15T16:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Developer edition offline install</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696151#M1115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, that's awesome. Thanks for sharing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2020 17:02:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696151#M1115</guid>
      <dc:creator>Jianxia</dc:creator>
      <dc:date>2020-05-15T17:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Developer edition offline install</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696152#M1116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;@&lt;A _jive_internal="true" data-userid="130869" data-username="LeonAus" href="https://community.esri.com/people/LeonAus" style="color: #8ca9cd; border: 0px; font-weight: 600; text-decoration: none; font-size: 13.7136px;"&gt;Leon Woodhouse&lt;/A&gt;&amp;nbsp;Can you try this way?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;1. Pack npm cache. On a computer with internet connection:&lt;/SPAN&gt;&lt;BR style="color: #24292e; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;1.1 Clean cache, run:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;CODE style="color: #24292e; background-color: rgba(27, 31, 35, 0.05); padding: 0.2em 0.4em;"&gt;npm cache clean -f&lt;/CODE&gt;&lt;BR style="color: #24292e; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;1.2 Install modules. In&amp;nbsp;&lt;STRONG&gt;&amp;lt;install folder&amp;gt;/server&lt;/STRONG&gt; and&amp;nbsp; &lt;STRONG&gt;&amp;lt;install folder&amp;gt;/client&lt;/STRONG&gt; directory, run:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;CODE style="color: #24292e; background-color: rgba(27, 31, 35, 0.05); padding: 0.2em 0.4em;"&gt;npm ci&lt;/CODE&gt;&lt;BR style="color: #24292e; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;1.3&amp;nbsp;Find the cache directory location, run:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;CODE style="color: #24292e; background-color: rgba(27, 31, 35, 0.05); padding: 0.2em 0.4em;"&gt;npm config get cache&lt;/CODE&gt;&lt;BR style="color: #24292e; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;1.4 Pack npm-cache directory(zip it)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #24292e; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;2. Use the packed cache. On&amp;nbsp;the offline computer:&lt;/SPAN&gt;&lt;BR style="color: #24292e; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;2.1&amp;nbsp;Find the cache directory location, run:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;CODE style="color: #24292e; background-color: rgba(27, 31, 35, 0.05); padding: 0.2em 0.4em;"&gt;npm config get cache&lt;/CODE&gt;&lt;BR style="color: #24292e; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;2.2 Replace the npm-cache with&amp;nbsp;packed&amp;nbsp;npm-cache in step 1.&lt;/SPAN&gt;&lt;BR style="color: #24292e; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;2.3 In &lt;STRONG&gt;&amp;lt;install folder&amp;gt;/server&lt;/STRONG&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;install folder&amp;gt;/client&lt;/STRONG&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;directory, run&lt;/SPAN&gt; :&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;CODE style="color: #24292e; background-color: rgba(27, 31, 35, 0.05); padding: 0.2em 0.4em;"&gt;npm install --offline&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2020 00:38:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/696152#M1116</guid>
      <dc:creator>JunshanLiu</dc:creator>
      <dc:date>2020-05-21T00:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Developer edition offline install</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/1512874#M13969</link>
      <description>&lt;P&gt;hi is this issue fixed in the Exb version v 1.14..? I'm installing in offline and getting cross-env module not found ?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 11:26:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/developer-edition-offline-install/m-p/1512874#M13969</guid>
      <dc:creator>dumpetisrinivas</dc:creator>
      <dc:date>2024-07-31T11:26:36Z</dc:date>
    </item>
  </channel>
</rss>

