Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
04-19-2023 01:08 PM
Solved! Go to Solution.
04-19-2023 01:49 PM - last edited on 04-20-2023 09:02 AM by Ryan.Paredez
Could you please be more descriptive about where you got this link from and what you're attending to accomplish with this package?
04-19-2023 10:15 PM
im running npm install appdynamics to be able to support nodejs
04-20-2023 12:56 PM
Could you share below details?
04-20-2023 01:42 PM
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
04-25-2023 10:58 AM - edited 04-25-2023 10:59 AM
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?
05-01-2023 06:54 AM
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?
05-01-2023 07:09 AM
ok i seemed managed to fix it, we can close a thread
05-02-2023 02:38 AM
Hi @dorowo.topope,
Can you share how you managed to fix it? It can help other members in the future.
Thanks,
Ryan, Cisco AppDynamics Community Manager
Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.
Check out Observabiity in Action
new deep dive videos weekly in the Knowledge Base.
05-02-2023 03:58 AM
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
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form