sure, it's seems that libs are available if user is logged in the appd platform, so it's impossible to download it like it's written in the tech documentation by running ```npm install appdynamics``` it's not supposed to work,
the download is available manually from appd platform, no other way around, i didn't know it.
thanks
sure, it's seems that libs are available if user is logged in the appd platform, so it's impossible to download it like it's written in the tech documentation by running ```npm install appdynamics``` it's not supposed to work,
the download is available manually from appd platform, no other way around, i didn't know it.
thanks
Thanks Dorowo based on your comment after trying to fix this for hours I found the solution
1, Download agent from https://accounts.appdynamics.com/downloads
2. Run npm install /my/local/path/appdynamics-nodejs-standalone-linux-x64-v21-24.1.0.9734.tgz
Hi @dorowo.topope,
Can you share how you managed to fix it? It can help other members in the future.
ok i seemed managed to fix it, we can close a thread
no it's not the case, the url is not available, any version won't work in that case
anyway i did try v18 and having the same issue
npm ERR! Receiving... https://cdn.appdynamics.com/packages/nodejs/23.3.0.0/appdynamics-libagent-napi-native-win32-x64-v18....
npm ERR! Error requesting archive.
npm ERR! Status: 403
npm ERR! Request options: {
npm ERR! "uri": "https://cdn.appdynamics.com/packages/nodejs/23.3.0.0/appdynamics-libagent-napi-native-win32-x64-v18....",
npm ERR! "followRedirect": true,
npm ERR! "headers": {
npm ERR! "User-Agent": "npm/9.5.1 node/v18.16.0 win32 x64 workspaces/false"
npm ERR! },
did you try to install it yourself?
mac os
➜ ~ node -v
v19.8.1
➜ ~ uname -a
Darwin Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64
➜ ~ npm -v
9.5.1
you should be able to reproduce by running npm install appdynamics
Hi @dorowo.topope ,
When you run npm install appdynamics, You will see out like below...
npm ERR! Testing: BaseUrl set is:https://cdn.appdynamics.com/packages/nodejs/
npm ERR! Agent version 23.3.0
npm ERR! Get agent version result is:23.3.0.0
npm ERR! Agent version 23.3.0
npm ERR! npm WARN EBADENGINE Unsupported engine {
npm ERR! npm WARN EBADENGINE package: 'appdynamics-protobuf@23.3.0',
npm ERR! npm WARN EBADENGINE required: { node: '>= 0.8.0 <=v18.*' },
npm ERR! npm WARN EBADENGINE current: { node: 'v19.7.0', npm: '9.6.1' }
Currently we support node: '>= 0.8.0 <=v18.*' , As you are using v19.8.1, hence the issue. Please try to downgrade your NodeJS version and try?
im running npm install appdynamics to be able to support nodejs
Could you share below details?
Could you please be more descriptive about where you got this link from and what you're attending to accomplish with this package?