Hi,
I'm integrating the AppDynamics Node.js agent in my application that's hosted as an Azure Website. During deploy, I get the following npm error:
2015-04-23T04:52:43 Selected node.js version 0.10.31. Use package.json file to choose a different version.
2015-04-23T04:52:43 Updating iisnode.yml at D:\home\site\wwwroot\iisnode.yml
2015-04-23T04:52:56 npm WARN package.json indexof@0.0.1 No repository field.
2015-04-23T04:53:11 npm ERR! fetch failed http://packages.appdynamics.com/npm/4.0.4.0/appdynamics-protobuf.tgz
2015-04-23T04:53:11 npm ERR! fetch failed http://packages.appdynamics.com/npm/4.0.4.0/appdynamics-proxy.tgz
2015-04-23T04:53:11 npm ERR! fetch failed http://packages.appdynamics.com/npm/4.0.4.0/appdynamics-jre.tgz
2015-04-23T04:53:11 npm ERR! fetch failed http://packages.appdynamics.com/npm/4.0.4.0/appdynamics-native.tgz
2015-04-23T04:53:11 npm ERR! fetch failed http://packages.appdynamics.com/npm/4.0.4.0/appdynamics-zmq.tgz
2015-04-23T04:53:12 npm ERR! Error: 403 Forbidden
2015-04-23T04:53:12 npm ERR! at WriteStream.<anonymous> (c:\Program Files (x86)\npm\1.4.23\node_modules\npm\lib\utils\fetch.js:58:12)
2015-04-23T04:53:12 npm ERR! at WriteStream.emit (events.js:117:20)
2015-04-23T04:53:12 npm ERR! at evalmachine.<anonymous>:1609:14
2015-04-23T04:53:12 npm ERR! at c:\Program Files (x86)\npm\1.4.23\node_modules\npm\node_modules\graceful-fs\graceful-fs.js:102:5
2015-04-23T04:53:12 npm ERR! at Object.oncomplete (evalmachine.<anonymous>:107:15)
2015-04-23T04:53:12 npm ERR! If you need help, you may report this *entire* log,
2015-04-23T04:53:12 npm ERR! including the npm and node versions, at:
2015-04-23T04:53:12 npm ERR! <http://github.com/npm/npm/issues>
2015-04-23T04:53:12
2015-04-23T04:53:12 npm ERR! System Windows_NT 6.2.9200
2015-04-23T04:53:12 npm ERR! command "D:\\Program Files (x86)\\nodejs\\0.10.31\\node.exe" "D:\\Program Files (x86)\\npm\\1.4.23\\node_modules\\npm\\bin\\npm-cli.js" "install" "--production"
2015-04-23T04:53:12 npm ERR! cwd D:\home\site\wwwroot
2015-04-23T04:53:12 npm ERR! node -v v0.10.31
2015-04-23T04:53:12 npm ERR! npm -v 1.4.23
I was getting this before when I installed the Node.js agent on my linux VM, but that was due to using node version > 0.10.31. As you can see from this log, I'm using 0.10.31 in this instance. The difference is that it's now on Windows NT. Can anyone confirm if app dynamics is expected to work in this scenario?
Thank you!
Andrew