I am new in mobile app development. I am trying writing my first "hello world" program. While executing npm install -g phonegap at command prompt get below error ,.Please help.
Thanks in advance.
C:\>npm install -g phonegap
npm WARN engine ncall...@1.0.0: wanted: {"node":"~0.6.7"} (current: {"node":"0
.12.7","npm":"2.11.3"})
\
> cor...@2.7.4 install C:\Users\Vipindev\AppData\Roaming\npm\node_modules\phone
gap\node_modules\cordova
> node bootstrap.js
SUCCESS: Minimum requirements for blackberry met.
BOOTSTRAPPING blackberry...
WARNING: Your system does not meet requirements to create wp8 projects. See erro
r output below.
'C:\Users\Vipindev\AppData\Roaming\npm\node_modules\phonegap\node_modules\cordov
a\lib\cordova-wp7\bin\check_reqs' is not recognized as an internal or external c
ommand,
operable program or batch file.
SKIPPING wp8 bootstrap.
WARNING: Your system does not meet requirements to create wp7 projects. See erro
r output below.
'C:\Users\Vipindev\AppData\Roaming\npm\node_modules\phonegap\node_modules\cordov
a\lib\cordova-wp7\bin\check_reqs' is not recognized as an internal or external c
ommand,
operable program or batch file.
SKIPPING wp7 bootstrap.
WARNING: Your system does not meet requirements to create android projects. See
error output below.
The command `android` failed. Make sure you have the latest Android SDK installe
d, and the `android` command (inside the tools/ folder) added to your path. Outp
ut: 'android' is not recognized as an internal or external command,
operable program or batch file.
SKIPPING android bootstrap.
WARNING: Your system does not meet requirements to create ios projects. See erro
r output below.
Xcode is (probably) not installed, specifically the command `xcodebuild` is unav
ailable or erroring out. Output of `xcodebuild -version` is: 'xcodebuild' is not
recognized as an internal or external command,
operable program or batch file.
SKIPPING ios bootstrap.
ERROR! Could not create a native blackberry project test fixture. See below for
error output.
Missing one of the following:
C:\Users\Vipindev\AppData\Roaming\npm\phonegap -> C:\Users\Vipindev\AppData\Roam
ing\npm\node_modules\phonegap\bin\phonegap.js
phon...@0.9.4 C:\Users\Vipindev\AppData\Roaming\npm\node_modules\phonegap
├── col...@0.6.2
├── sem...@1.1.0
├── qrcode-...@0.9.5
├── she...@0.0.9
├── opti...@0.3.7 (word...@0.0.3)
├── node-...@0.6.9 (mi...@1.3.4)
├── phonega...@0.8.0 (qrcode-...@0.8.0, phonegap-...@0.3.3)
├── pro...@0.2.14 (reval...@0.1.8, pkg...@0.3.0, re...@1.0.6, win...@0.8.3,
ut...@0.2.1)
└── cor...@2.7.4 (ncall...@1.0.0, op...@0.0.3, she...@0.1.2, xc...@0.5.1, ele
ment...@0.1.3, req...@2.11.4, exp...@3.0.6, pro...@0.2.7, ripple-emulator@0.9
.29, plu...@0.5.6, pl...@0.4.0)
C:\>