I'm wondering how to install the new dev edition in a offline environment.
https://developers.arcgis.com/experience-builder/guide/install-guide/
There are other requirements like Calcite API 3.0.3 that isn't documented in the install guide.
I got it working by getting https://www.npmjs.com/package/@esri/calcite-components/v/3.0.3 and exposing
/dist/calcite/ as an api and adding that url to "calciteComponentsUrl" in the */index.html configurations.
However, i don't know if that's correct and might be missing some functionality because of it?
I think you did it right.
You can try some widgets that use calcite: Edit, Map Layers...
If they work, the calcite is correct.
Hi TonyGreger:
Would you like describe the steps to install the calcite in the offline environment? I have the same issue to install ExB in no internet environment.
Thanks a lot.