cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

appd is not available for nodejs

dorowo.topope
Creator

https://cdn.appdynamics.com/packages/nodejs/23.3.0.0/appdynamics-libagent-napi-native-osx-x64-v19.tg...

```
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>4CWXKH0ADWB5A3Z1</RequestId>
<HostId>IJWj3tUmCzpZ0pAbh3Kamn86VZOFlRha1MhM9BzCsWgIDnhHM6U1UyHqxkfv28IeZGLa4yjXy2U=</HostId>
</Error>
```
10 REPLIES 10

Sunil.Agarwal
AppDynamics Team

Hi @dorowo.topope 

Could you please be more descriptive about where you got this link from and what you're attending to accomplish with this package?

dorowo.topope
Creator

im running npm install appdynamics to be able to support nodejs

Could you share below details? 

 

dorowo.topope
Creator

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?

dorowo.topope
Creator

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?

dorowo.topope
Creator

ok i seemed managed to fix it, we can close a thread 

Ryan.Paredez
Community Manager

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.

dorowo.topope
Creator

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