We are trying to configure the ArcGIS Experience Builder 1.15 Dev Edition offline and running into errors while installing npm from cache.
\ArcGISExperienceBuilder_1_15\server>npm install --offline
npm error code ENOTCACHED
npm error request to https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz failed: cache mode is 'only-if-cached' but no cached response is available.
npm error A complete log of this run can be found in: C:\Users\user_name\AppData\Local\npm-cache\_logs\2024-08-06T11_44_07_985Z-debug-0.log
We already have Exp Builder 1.14 running on the same server.
Node.js is version 18.20.3 (We understand that version 20 is recommended for ExpB 1.15, but I want to check if this is the cause or something else)
Found this post Solved: EB Offline installation - Esri Community however I don't really see a solution there. Is the issue highlighted in that post fixed? Is there a solution/workaround that I missed?
Any suggestions are welcome.