Please help to fix below issue while downloading experience Builder via cmd
$ npx arcgis-lib-downloader -p arcgis-experience-builder -v 1.13
Product arcgis-experience-builder is not available.
Also started having this issue today. It's broken all our devops pipelines. @GavinRehkemper has something changed? I get an empty list when running --list-products.
@JoshGore Did you get any solution for this. If yes, Please share.
Hi, it looks like the way of downloading the libraries changed. Here's how I changed my sample:
Nice thanks for that!
For us as an alternative I've uploaded exb as a npm package to our private npm feed and then run a post install script to copy it to the location we want it in. This means we can treat exb as a dependency like every other dependency, and can bundle in any patches the team has put up on GitHub, but also means we have to manually update the package every time there's a release. Shouldn't break if something changes though!