问题
Is it possible to download and consume PhoneGap 3.1.0 without node package. Having a restricted network connection, its annoying to install node, PhoneGap module, Cordova module and plugin's from git hub command lines.
Consuming PhoneGap 2.9 seems to be so easy and simple. Can we download PhoneGap 3.1 as like 2.9 without these dependencies?
Is there any direct download link for 3.1 ?
回答1:
You can use Cordova 3.1 instead: Download
You can compare this Stackoverflow question and Layinkas answer
回答2:
Nope, sorry. PhoneGap use node's package manager for other things too, so you can't bypass this (to my knowledge).
See http://phonegap.com/install/
来源:https://stackoverflow.com/questions/19020377/phonegap-3-1-0-without-node-npm-and-command-line-tools