<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Node.js agent installing on Linux - status 403 in AppD Archive</title>
    <link>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728136#M3021</link>
    <description>&lt;P&gt;Looks like the problem is that it doens't support node 5.x.x&lt;/P&gt;

&lt;P&gt;Checked &amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;npm view appdynamics&lt;/PRE&gt;
&lt;P&gt;Got:&lt;/P&gt;
&lt;PRE&gt;...
 engines: { node: '&amp;gt;=0.8.0 &amp;lt;=0.12.9' },
...&lt;/PRE&gt;
&lt;P&gt;Rolled back on&amp;nbsp;&lt;/P&gt;
&lt;P&gt;node&amp;nbsp;v0.12.7 and npm 2.11.3&lt;/P&gt;
&lt;P&gt;installed ok&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2016 15:22:12 GMT</pubDate>
    <dc:creator>CommunityUser</dc:creator>
    <dc:date>2016-02-19T15:22:12Z</dc:date>
    <item>
      <title>Node.js agent installing on Linux - status 403</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728135#M3020</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;On a Linux (ubuntu 15) environment&lt;/P&gt;
&lt;P&gt;using npm version 3.6.0&lt;/P&gt;

&lt;P&gt;using&amp;nbsp;&lt;SPAN&gt;npm install appdynamics@4.1.7&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;npm install appdynamics@latest&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;ends up with "fetch failed" status code 403.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;How to install the agent? Thanks.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE&gt;yuri@yuri-Z68AP-D3:~/parrot/cuba/parrot-cuba-stage-api$ npm install appdynamics@4.1.7
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.7.0/appdynamics-protobuf.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.7.0/appdynamics-native.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.7.0/appdynamics-zmq.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.7.0/appdynamics-native.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.7.0/appdynamics-zmq.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.7.0/appdynamics-protobuf.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.7.0/appdynamics-native.tgz
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.7.0/appdynamics-protobuf.tgz
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.7.0/appdynamics-zmq.tgz
npm ERR! Linux 4.2.0-25-generic
npm ERR! argv "/home/yuri/.nvm/versions/node/v5.6.0/bin/node" "/home/yuri/.nvm/versions/node/v5.6.0/bin/npm" "install" "appdynamics@4.1.7"
npm ERR! node v5.6.0
npm ERR! npm  v3.6.0

npm ERR! fetch failed with status code 403


yuri@yuri-Z68AP-D3:~/parrot/cuba/parrot-cuba-stage-api$ npm install appdynamics@latest
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.8.0/appdynamics-native.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.8.0/appdynamics-zmq.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.8.0/appdynamics-protobuf.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.8.0/appdynamics-zmq.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.8.0/appdynamics-native.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.8.0/appdynamics-protobuf.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403




&lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Feb 2016 15:53:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728135#M3020</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2016-02-18T15:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Node.js agent installing on Linux - status 403</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728136#M3021</link>
      <description>&lt;P&gt;Looks like the problem is that it doens't support node 5.x.x&lt;/P&gt;

&lt;P&gt;Checked &amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;npm view appdynamics&lt;/PRE&gt;
&lt;P&gt;Got:&lt;/P&gt;
&lt;PRE&gt;...
 engines: { node: '&amp;gt;=0.8.0 &amp;lt;=0.12.9' },
...&lt;/PRE&gt;
&lt;P&gt;Rolled back on&amp;nbsp;&lt;/P&gt;
&lt;P&gt;node&amp;nbsp;v0.12.7 and npm 2.11.3&lt;/P&gt;
&lt;P&gt;installed ok&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 15:22:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728136#M3021</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2016-02-19T15:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Node.js agent installing on Linux - status 403</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728137#M3022</link>
      <description>&lt;P&gt;Same problem here. Node 5 is out for a long time now...&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 22:02:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728137#M3022</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2016-02-24T22:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Node.js agent installing on Linux - status 403</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728138#M3023</link>
      <description>&lt;P&gt;5.x is available in 4.2&amp;nbsp;&lt;A href="https://docs.appdynamics.com/display/PRO42/Node.js+Supported+Environments" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO42/Node.js+Supported+Environments&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 23:26:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728138#M3023</guid>
      <dc:creator>John_Briere</dc:creator>
      <dc:date>2016-02-25T23:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Node.js agent installing on Linux - status 403</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728139#M3024</link>
      <description>&lt;P&gt;Thank you but this doesn't solve the issue :&amp;nbsp;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;npm install --save appdynamics@next&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;npm&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;WARN&lt;/SPAN&gt; &lt;SPAN class="s4"&gt;engine&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; appdynamics@4.2.0: wanted: {"node":"&amp;gt;=0.8.0 &lt;STRONG&gt;&amp;lt;=5.3.0&lt;/STRONG&gt;"} (current: {"node":"&lt;STRONG&gt;5.5.0"&lt;/STRONG&gt;,"npm":"3.3.12"})&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;npm&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;WARN&lt;/SPAN&gt; &lt;SPAN class="s4"&gt;engine&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; appdynamics@4.2.0: wanted: {"node":"&amp;gt;=0.8.0 &lt;STRONG&gt;&amp;lt;=5.3.0"&lt;/STRONG&gt;} (current: {"node":"&lt;STRONG&gt;5.5.0&lt;/STRONG&gt;","npm":"3.3.12"})&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;npm&lt;/SPAN&gt; &lt;SPAN class="s5"&gt;ERR!&lt;/SPAN&gt; &lt;SPAN class="s4"&gt;fetch failed&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;A href="http://packages.appdynamics.com/npm/4.2.0.0/appdynamics-protobuf.tgz" target="_blank" rel="nofollow noopener noreferrer"&gt;http://packages.appdynamics.com/npm/4.2.0.0/appdynamics-protobuf.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;npm&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;WARN&lt;/SPAN&gt; &lt;SPAN class="s4"&gt;retry&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; will retry, error on last attempt: Error: fetch failed with status code 403&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;npm&lt;/SPAN&gt; &lt;SPAN class="s5"&gt;ERR!&lt;/SPAN&gt; &lt;SPAN class="s4"&gt;fetch failed&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;A href="http://packages.appdynamics.com/npm/4.2.0.0/appdynamics-zmq.tgz" target="_blank" rel="nofollow noopener noreferrer"&gt;http://packages.appdynamics.com/npm/4.2.0.0/appdynamics-zmq.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;npm&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;WARN&lt;/SPAN&gt; &lt;SPAN class="s4"&gt;retry&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; will retry, error on last attempt: Error: fetch failed with status code 403&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;npm&lt;/SPAN&gt; &lt;SPAN class="s5"&gt;ERR!&lt;/SPAN&gt; &lt;SPAN class="s4"&gt;fetch failed&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;A href="http://packages.appdynamics.com/npm/4.2.0.0/appdynamics-native.tgz" target="_blank" rel="nofollow noopener noreferrer"&gt;http://packages.appdynamics.com/npm/4.2.0.0/appdynamics-native.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;npm&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;WARN&lt;/SPAN&gt; &lt;SPAN class="s4"&gt;retry&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; will retry, error on last attempt: Error: fetch failed with status code 403&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;npm&lt;/SPAN&gt; &lt;SPAN class="s5"&gt;ERR!&lt;/SPAN&gt; &lt;SPAN class="s4"&gt;fetch failed&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;A href="http://packages.appdynamics.com/npm/4.2.0.0/appdynamics-native.tgz" target="_blank" rel="nofollow noopener noreferrer"&gt;http://packages.appdynamics.com/npm/4.2.0.0/appdynamics-native.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;npm&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;WARN&lt;/SPAN&gt; &lt;SPAN class="s4"&gt;retry&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; will retry, error on last attempt: Error: fetch failed with status code 403&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;npm&lt;/SPAN&gt; &lt;SPAN class="s5"&gt;ERR!&lt;/SPAN&gt; &lt;SPAN class="s4"&gt;fetch failed&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;A href="http://packages.appdynamics.com/npm/4.2.0.0/appdynamics-zmq.tgz" target="_blank" rel="nofollow noopener noreferrer"&gt;http://packages.appdynamics.com/npm/4.2.0.0/appdynamics-zmq.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;npm&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;WARN&lt;/SPAN&gt; &lt;SPAN class="s4"&gt;retry&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; will retry, error on last attempt: Error: fetch failed with status code 403&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;npm&lt;/SPAN&gt; &lt;SPAN class="s5"&gt;ERR!&lt;/SPAN&gt; &lt;SPAN class="s4"&gt;fetch failed&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;A href="http://packages.appdynamics.com/npm/4.2.0.0/appdynamics-protobuf.tgz" target="_blank" rel="nofollow noopener noreferrer"&gt;http://packages.appdynamics.com/npm/4.2.0.0/appdynamics-protobuf.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;npm&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;WARN&lt;/SPAN&gt; &lt;SPAN class="s4"&gt;retry&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; will retry, error on last attempt: Error: fetch failed with status code 403&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 08:16:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728139#M3024</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2016-02-26T08:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Node.js agent installing on Linux - status 403</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728140#M3025</link>
      <description>&lt;P&gt;Your CDN response :&amp;nbsp;&lt;/P&gt;

&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;Error&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="collapsible-content"&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;Code&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;AccessDenied&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/Code&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;Message&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;Access Denied&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/Message&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;RequestId&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;DCD115AA3BD77EE4&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/RequestId&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV id="collapsible1" class="collapsible"&gt;
&lt;DIV class="expanded"&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;HostId&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="collapsible-content"&gt;&lt;SPAN class="text"&gt;RzFET3TJHuzDTd6AqkpCxTVaCLOr62iF+vBk4BF0xsiJ48GoouhPR6g55R9HMY92fDnZNwSaxM8=&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/HostId&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/Error&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 26 Feb 2016 14:58:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728140#M3025</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2016-02-26T14:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Node.js agent installing on Linux - status 403</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728141#M3026</link>
      <description>&lt;P&gt;Right now we only support 5.x up to 5.3. Check:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.appdynamics.com/display/PRO42/Node.js+Supported+Environments" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO42/Node.js+Supported+Environments&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Feb 2016 17:27:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728141#M3026</guid>
      <dc:creator>John_Briere</dc:creator>
      <dc:date>2016-02-28T17:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Node.js agent installing on Linux - status 403</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728142#M3027</link>
      <description>&lt;P&gt;I am having same problem, My node install is 4.4.0&lt;/P&gt;

&lt;P&gt;-bash-4.1$ npm install appdynamics@4.1.7&lt;BR /&gt;npm ERR! Linux 2.6.32-573.3.1.el6.x86_64&lt;BR /&gt;npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "appdynamics@4.1.7"&lt;BR /&gt;npm ERR! node v4.4.0&lt;BR /&gt;npm ERR! npm v2.14.20&lt;BR /&gt;npm ERR! code ENOTSUP&lt;/P&gt;
&lt;P&gt;npm ERR! notsup Unsupported&lt;BR /&gt;npm ERR! notsup Not compatible with your version of node/npm: appdynamics@4.1.7&lt;BR /&gt;npm ERR! notsup Required: {"node":"&amp;gt;=0.8.0 &amp;lt;=0.12.7"}&lt;BR /&gt;npm ERR! notsup Actual: {"npm":"2.14.20","node":"4.4.0"}&lt;/P&gt;

&lt;P&gt;How do I fix this?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 04:16:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728142#M3027</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2016-04-12T04:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Node.js agent installing on Linux - status 403</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728143#M3028</link>
      <description>&lt;P&gt;Appdynamics Node agent does not support node version 4.4.0 yet.&lt;/P&gt;
&lt;P&gt;Click on the Arrow icon next to 4.2.1 and 4.2.0 to see the l&lt;SPAN&gt;ist of all supported Node.js versions per major and minor release.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://docs.appdynamics.com/display/PRO42/Node.js+Supported+Environments" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO42/Node.js+Supported+Environments&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;You might want to upgrade your node version to 5.0.0 and then try installing 4.2.1&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE&gt;npm install appdynamics@4.2.1&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Apr 2016 07:15:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Node-js-agent-installing-on-Linux-status-403/m-p/728143#M3028</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2016-04-27T07:15:04Z</dc:date>
    </item>
  </channel>
</rss>

