I've installed the phonegap cli with the following command:
sudo npm install -g phonegap
When I then type
phonegap create testApp
It doesn't do anything, it doesn't output anything, no error messages. I've tried reinstalling it, installing cordova, but nothing.
I'm working on kubuntu 13.10
Any ideas?
I had the same problem. What worked for me was doing:
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 phonegap started to work like a charm...
This was mostly taken from these notes
I have ubuntu 13.10
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With