I had the same problem. What worked for me:
sudo apt-get install curl
npm update npm -g
sudo npm install n -g
sudo n stable
And then after that:
sudo npm -g remove phonegap
sudo npm -g install phonegap
After that, the telephone delay began to work like a charm ...
This was mainly taken from these notes.
I have ubuntu 13.10
source
share