AppD Archive

Node.js Error During NMP

CommunityUser
Splunk Employee
Splunk Employee

Hi,

When I tried to install the node.js, i'm getting the following error.

npm install appdynamics@4.0.0

npm WARN package.json jade@0.27.2 No README data

npm ERR! Darwin 14.1.0

npm ERR! argv "node" "/usr/local/bin/npm" "install" "appdynamics@4.0.0"

npm ERR! node v0.10.36

npm ERR! npm v2.3.0

npm ERR! code ENOTSUP

 

npm ERR! notsup Unsupported

npm ERR! notsup Not compatible with your version of node/npm: appdynamics@4.0.0

npm ERR! notsup Required: {"node":">=0.8.0 <=0.10.33"}

npm ERR! notsup Actual:   {"npm":"2.3.0","node":"0.10.36"}

 

Pls let me know how to resolve this issue.

 

Also let me know email Id to send the debug logs. any email ID?

 

Thx

0 Karma

CommunityUser
Splunk Employee
Splunk Employee

It appears you are running Node 0.10.36. We currently only support up to version 0.10.33.

Support for 0.10.36 is in the works, but in the meantime you can download and run 0.10.33 it should work fine.

Tags (2)

Kyle_Furlong
Contributor

Hi all,

We now support up to 0.10.38 in agent version 4.0.6. Always attempt to use the latest version available by using this syntax: npm install appdynamics@4.0.6.

Regards,

Kyle

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...