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
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.
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