Hello, I'm experiencing issues installing appdynamics v.4.5.23 via npm on macOS High Sierra 10.13.6. npm install appdynamics@4.5.23 I've tried setting the user-agent in the npm config as per (https://community.appdynamics.com/t5/Knowledge-Base/Advanc...
I identified the following environment variables which can be changed to point to a local registry: APPD_CDN_BASE_URL npm_config_appd_cdn_base_url In combination with a package-lock.json, this prevents the app from going out to the internet to fetch...
It appears to be an issue with our internal registry. We were not able to resolve it, however, directly referencing the tgz in the package.json worked as a workaround: "appdynamics": "https://registry.npmjs.org/appdynamics/-/appdynamics-4.5.23.tgz" H...