I am trying to run some pre-deployment tasks (unit tests, etc.) using NPM on the Azure website, however the node version on the virtual machine is v0.10.32, the current version of node is v4. 2.4.
I do not have administrative access to the command line via the SCM website, without RDP, etc.
Is there any way to upgrade?
source
share